We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df06da4 commit 207ba85Copy full SHA for 207ba85
rustecal-pubsub/Cargo.toml
@@ -4,11 +4,9 @@ version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
-rustecal-sys = { path = "../rustecal-sys" }
8
-rustecal-core = { path = "../rustecal-core" }
+rustecal-sys = { version = "0.1.0", path = "../rustecal-sys" }
+rustecal-core = { version = "0.1.0", path = "../rustecal-core" }
9
thiserror = "1.0"
10
-serde = { version = "1.0", optional = true }
11
12
[features]
13
default = []
14
-serde-support = ["serde"]
0 commit comments