feat: add lib and cli files
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||||
Reference in New Issue
Block a user