lewa/tools/Cargo.toml

16 lines
393 B
TOML
Raw Normal View History

2020-05-06 13:26:05 +00:00
[package]
name = "lewa"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
2020-05-15 17:47:12 +00:00
license = "MIT"
2020-05-06 13:26:05 +00:00
# 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"] }
2020-05-25 22:11:24 +00:00
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"