Skip to content

Commit ea75d36

Browse files
committed
fix Cargo.toml
1 parent a8ba5f0 commit ea75d36

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ description = "High performance BMP collector"
1010
repository = "https://github.com/nxthdr/risotto"
1111
homepage = "https://nxthdr.dev"
1212
keywords = ["BGP", "BMP", "collector"]
13+
exclude = [
14+
".github/*",
15+
"integration/*",
16+
"logo/*",
17+
"renovate.json",
18+
]

risotto-lib/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name = "risotto-lib"
33
edition = "2021"
44

5+
version.workspace = true
6+
license.workspace = true
7+
readme.workspace = true
8+
description.workspace = true
9+
repository.workspace = true
10+
homepage.workspace = true
11+
keywords.workspace = true
12+
exclude.workspace = true
13+
514
[dependencies]
615
anyhow = "1.0.95"
716
chrono = "0.4.39"

risotto/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
name = "risotto"
33
edition = "2021"
44

5-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
version.workspace = true
6+
license.workspace = true
7+
readme.workspace = true
8+
description.workspace = true
9+
repository.workspace = true
10+
homepage.workspace = true
11+
keywords.workspace = true
12+
exclude.workspace = true
613

714
[dependencies]
815
anyhow = "1.0.95"

0 commit comments

Comments
 (0)