feat: add lib and cli files

This commit is contained in:
2020-12-01 16:26:01 +01:00
parent b2da94a6e2
commit d2a8219d66

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "clockcalc"
version = "0.0.1"
authors = ["Trollwut <trollwut@trollwut.org>"]
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"