lewa/tools/Cargo.toml

14 lines
329 B
TOML

[package]
name = "lewa"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
rust-fsm = "0.3.0"
serde = { version = "1.0", features = ["derive"] }