Skip to content

Commit 90f387b

Browse files
authored
Merge pull request #372 from danieleades/cargo
remove redundant sections from Cargo.toml
2 parents a949790 + 068bd3a commit 90f387b

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

capnp-rpc/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ edition = "2021"
1313

1414
readme = "README.md"
1515

16-
[lib]
17-
18-
name = "capnp_rpc"
19-
path = "src/lib.rs"
20-
2116
[dependencies.futures]
2217
version = "0.3.0"
2318
default-features = false

capnp/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ readme = "README.md"
1414

1515
keywords = ["encoding", "protocol", "serialization"]
1616

17-
[lib]
18-
19-
name = "capnp"
20-
path = "src/lib.rs"
21-
2217
[dependencies]
2318
quickcheck = { version = "1", optional = true }
2419

capnpc/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ readme = "README.md"
1313

1414
keywords = ["encoding", "protocol", "serialization"]
1515

16-
[lib]
17-
18-
name = "capnpc"
19-
path = "src/lib.rs"
20-
2116
[[bin]]
2217

2318
name = "capnpc-rust"

0 commit comments

Comments
 (0)