[package] name = "clockcalc" version = "0.0.1" authors = ["Trollwut "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "clockcalclib" path = "src/lib.rs" [[bin]] name = "clockcalc-cli" path = "src/cli.rs"