Skip to content

Commit

Permalink
But wait there's more, in that unsaved vim buffer!
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Jan 9, 2024
1 parent 8ddb3db commit f5499d3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ keywords = ["routing", "bgp"]
license = "BSD-3-Clause"

[dependencies]
# Optional dependencies which, if included, introduce additional functionality.
arbitrary = { version = "1", optional = true, features = ["derive"] }
#bcder = { version = "0.7", optional = true }
arbitrary = { version = "1", optional = true, features = ["derive"] }
bcder = { version = "0.7", optional = true }
bytes = { version = "1", optional = true }
chrono = { version = "0.4.20", optional = true }
const-str = { version = "0.5", optional = true, features = ["case"] }
Expand All @@ -23,8 +22,8 @@ serde = { version = "1.0.103", optional = true, features = ["derive"] }
tokio = { version = "1", features = ["sync", "rt"], optional = true }

[dev-dependencies]
serde_test = "1.0"
memmap2 = "0.6"
serde_test = "1"

[features]
default = []
Expand Down

0 comments on commit f5499d3

Please sign in to comment.