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]
|
2020-05-23 14:53:38 +00:00
|
|
|
anyhow = "1.0"
|
|
|
|
rust-fsm = "0.3.0"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|