Skip to content

Commit

Permalink
clean cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NailxSharipov committed Nov 20, 2024
1 parent 1297e2c commit be927c2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ i_float = { version = "~1.5.0" }
i_shape = { version = "~1.5.0" }
i_tree = { version = "~0.8.3" }
i_key_sort = { version = "~0.2.0" }
log = "0.4.22"

#i_float = { path = "../iFloat" }
#i_shape = { path = "../iShape" }
Expand All @@ -31,12 +30,4 @@ allow_multithreading = ["rayon"]
[dev-dependencies]
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
rand = { version = "^0.8.5", features = [] }

[profile.dev]
debug = true
opt-level = 0 # debug build

[profile.test]
debug = true
opt-level = 0 # debug build
rand = { version = "^0.8.5", features = [] }

0 comments on commit be927c2

Please sign in to comment.