canvas/Cargo.toml
Steins7 7ebd83a979 Initial commit
First draft of the API, does not compile
2022-06-09 22:38:35 +02:00

13 lines
265 B
TOML

[package]
name = "canvas"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "^0.4.17"
chrono = "^0.4.19"
fern = { version = "^0.6.1", features = ["colored"] }