File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff 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 ]
1014inherits = " release"
Original file line number Diff line number Diff line change 22name = " f-xoss-util"
33version = " 0.1.0"
44edition = " 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
1113btleplug = " 0.10.5"
1214uuid = " 1.3.2"
@@ -57,4 +59,4 @@ tracing-indicatif = "0.3.4"
5759ansi_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" ] }
Original file line number Diff line number Diff line change 22name = " f-xoss"
33version = " 0.1.0"
44edition = " 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"
3739tracing = " 0.1.37"
3840# tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
3941tracing-futures = { version = " 0.2.5" , features = [" futures-03" ] }
40- tracing-indicatif = " 0.3.4"
42+ tracing-indicatif = " 0.3.4"
You can’t perform that action at this time.
0 commit comments