Skip to content

Commit fc3a5ec

Browse files
committed
Change lib target names
1 parent e65e990 commit fc3a5ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

sys-zing-daemon/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ authors = ["Daxanius"]
77
[package.metadata.clippy]
88
lints = ["clippy::pedantic"]
99

10+
[lib]
11+
name = "syszingd"
12+
path = "src/lib.rs"
13+
1014
[[bin]]
1115
name = "syszingd"
1216
path = "src/main.rs"
1317

1418
[dependencies]
15-
derive_more = { workspace = true, features = [ "from", "error", "display" ] }
19+
derive_more = { workspace = true, features = ["from", "error", "display"] }
1620
zing-protocol = { path = "../zing-protocol" }
1721
env_logger = "0.11"
1822
beep = "0.3"

zing-cli/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ authors = ["Daxanius"]
77
[package.metadata.clippy]
88
lints = ["clippy::pedantic"]
99

10+
[lib]
11+
name = "zing"
12+
path = "src/lib.rs"
13+
1014
[[bin]]
1115
name = "zing"
1216
path = "src/main.rs"

0 commit comments

Comments
 (0)