20 lines
326 B
TOML
20 lines
326 B
TOML
[package]
|
|
name = "byte-ngram"
|
|
version = "0.1.0"
|
|
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
|
|
[dev-dependencies]
|
|
criterion = { git = "https://github.com/japaric/criterion.rs.git" }
|
|
rand = "0.4"
|
|
|
|
[[bench]]
|
|
name = "bench"
|
|
harness = false
|
|
|
|
[profile.release]
|
|
lto = true
|