Skip to content

Commit e37b089

Browse files
committed
Add licences and descriptions to the crates
1 parent 3ee8815 commit e37b089

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ members = [
55
"crates/f-xoss-util",
66
]
77

8+
[workspace.package]
9+
license = "MPL-2.0"
10+
repository = "https://github.com/DCNick3/f-xoss.git"
11+
812
# The profile that 'cargo dist' will build with
913
[profile.dist]
1014
inherits = "release"

crates/f-xoss-util/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
name = "f-xoss-util"
33
version = "0.1.0"
44
edition = "2021"
5-
repository = "https://github.com/DCNick3/f-xoss.git"
5+
license.workspace = true
6+
repository.workspace = true
7+
description = "Free your XOSS device: a FOSS companion app for XOSS bike computers"
68

79

810
[dependencies]
9-
f-xoss = { path = "../f-xoss" }
11+
f-xoss = { path = "../f-xoss", version = "0.1.0" }
1012

1113
btleplug = "0.10.5"
1214
uuid = "1.3.2"
@@ -57,4 +59,4 @@ tracing-indicatif = "0.3.4"
5759
ansi_term = "0.12.1"
5860

5961
[target.'cfg(target_os = "linux")'.dependencies]
60-
dbus = { version = "0.9.7", features = ["vendored"] }
62+
dbus = { version = "0.9.7", features = ["vendored"] }

crates/f-xoss/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "f-xoss"
33
version = "0.1.0"
44
edition = "2021"
5-
repository = "https://github.com/DCNick3/f-xoss.git"
5+
license.workspace = true
6+
repository.workspace = true
7+
description = "Free your XOSS device: a library for communicating with XOSS bike computers"
68

79

810
[dependencies]
@@ -37,4 +39,4 @@ anyhow = "1.0.71"
3739
tracing = "0.1.37"
3840
#tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
3941
tracing-futures = { version = "0.2.5", features = ["futures-03"] }
40-
tracing-indicatif = "0.3.4"
42+
tracing-indicatif = "0.3.4"

0 commit comments

Comments
 (0)