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.

24 lines
361 B
TOML

[package]
name = "elevator_coding"
version = "1.0.0"
build = "build.rs"
[dependencies]
lazy_static = "1"
cached = "0.5"
floating-duration = "0.1.2"
termion = "1.0"
timebomb = "0.1"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
libc = "0.2"
[[bin]]
name = "mutability"
path = "mutability.rs"
[[bin]]
name = "pure_functions"
path = "pure_functions.rs"