Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn authored Dec 31, 2024
1 parent 6c86474 commit 7ea4cda
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions crates/level/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,20 @@ nbtx = { git = "https://github.com/bedrock-crustaceans/nbtx" }
thiserror = "1.x"
byteorder = "1.x"
uuid = { version = "1.x", features = ["v4"] }
bytemuck = { version = "1.19.x", features = ["must_cast"] }
len-trait = "0.6.x"
concat-idents = "1.x.x"
bytemuck = { version = "1.19", features = ["must_cast"] }
len-trait = "0.6"
concat-idents = "1.x"
serde = "1.x.x"
rusty-leveldb = "3.x.x"
rusty-leveldb = "3.x"
miniz_oxide = "0.8"
vek = "0.17"

[dev-dependencies]
rand = "0.8"

[profile.release]
debug = true
[features]
default-impl = []

[[test]]
name = "api_test"
required-features = ["default-impl"]

[features]
default-impl = []

0 comments on commit 7ea4cda

Please sign in to comment.