Remove unnecessary Cargo.toml comments
This commit is contained in:
parent
295609a57d
commit
f47564d4cb
|
@ -3,14 +3,11 @@ name = "nzr-api"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
figment = { version = "0.10.8", features = ["json", "toml", "env"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
tarpc = { version = "0.34", features = ["tokio1", "unix"] }
|
||||
tokio = { version = "1.0", features = ["macros"] }
|
||||
uuid = "1.2.2"
|
||||
# trust-dns-proto = { version = "0.23", features = ["serde-config"] }
|
||||
hickory-proto = { version = "0.24", features = ["serde-config"] }
|
||||
log = "0.4.17"
|
||||
|
|
|
@ -3,8 +3,6 @@ name = "nzr"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
nzr-api = { path = "../api" }
|
||||
clap = { version = "4.0.26", features = ["derive"] }
|
||||
|
|
|
@ -3,8 +3,6 @@ name = "nzrd"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tarpc = { version = "0.34", features = [
|
||||
"tokio1",
|
||||
|
@ -16,7 +14,6 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "process"] }
|
|||
tokio-serde = { version = "0.9", features = ["bincode"] }
|
||||
sled = "0.34.7"
|
||||
virt = "0.4"
|
||||
# virt = { path = "../../libvirt-rust" }
|
||||
fatfs = "0.3"
|
||||
uuid = { version = "1.2.2", features = [
|
||||
"v4",
|
||||
|
@ -26,11 +23,7 @@ uuid = { version = "1.2.2", features = [
|
|||
] }
|
||||
clap = { version = "4.0.26", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
# for new @attr support, awaiting 0.27.0
|
||||
quick-xml = { version = "0.36", features = ["serialize"] }
|
||||
# quick-xml = { git = "https://github.com/tafia/quick-xml", rev = "fb079b6714d7238d5180aaa098c5f9b02dbcc7da", features = [
|
||||
# "serialize",
|
||||
# ] }
|
||||
serde_with = "2"
|
||||
serde_yaml = "0.9.14"
|
||||
rand = "0.8.5"
|
||||
|
|
Loading…
Reference in a new issue