automerge/rust/edit-trace/Cargo.toml
Alex Good dd3c6d1303
Move rust workspace into ./rust
After some discussion with PVH I realise that the repo structure in the
last reorg was very rust-centric. In an attempt to put each language on
a level footing move the rust code and project files into ./rust
2022-10-16 19:55:51 +01:00

23 lines
296 B
TOML

[package]
name = "edit-trace"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
automerge = { path = "../automerge" }
criterion = "0.3.5"
json = "0.12.4"
rand = "^0.8"
[[bin]]
name = "edit-trace"
doc = false
bench = false
[[bench]]
debug = true
name = "main"
harness = false