aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a9fabb54d1291ea351c34291108560ecc522e599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[workspace]
members = [
    "hinawa/sys",
    "hinawa",
]

exclude = [
    "gir",
]

default-members = [
    "hinawa",
]

# For development purpose.
[patch.crates-io]
hinawa-sys = { path = "hinawa/sys" }

# For my convenience to generate README.md for each crates by my tool.
[workspace.metadata.library.hinawa]
repository = "https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/"
purpose = """
operate 1394 OHCI hardware via Linux FireWire character device for asynchronous communication in
IEEE 1394 bus.
"""