added basic unit tests
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[package]
|
||||
name = "levtree"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Walter Oggioni <oggioni.walter@gmail.com>"]
|
||||
license = "MIT"
|
||||
rust-version = "1.60"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
trait-group = "0.1.0"
|
||||
@@ -19,8 +19,3 @@ bench = false
|
||||
name = "levtree_benchmark"
|
||||
path = "examples/benchmark.rs"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
debug-assertions = false
|
||||
codegen-units = 1
|
Reference in New Issue
Block a user