enso/lib/rust/fuzzly/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
283 B
TOML
Raw Normal View History

[package]
name = "fuzzly"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
2021-12-01 18:06:57 +03:00
edition = "2021"
[lib]
crate-type = ["rlib", "cdylib"]
[dependencies]
derivative = { workspace = true }
enso-text = { path = "../text" }
[dev-dependencies]
rand = "0.8.5"
rand_chacha = "0.3.1"