You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
275 B
TOML

[package]
name = "elevator"
version = "1.0.0"
[dependencies]
floating-duration = "0.1.2"
termion = "1.0"
timebomb = "0.1"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
[[bin]]
name = "elevator"
path = "src/main.rs"
[[bin]]
name = "analyze"
path = "src/analyze.rs"