mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 23:36:23 +01:00
17 lines
419 B
TOML
17 lines
419 B
TOML
[package]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { workspace = true, features = [ "derive", "env" ] }
|
|
serde = { workspace = true, features = [ "derive" ] }
|
|
ron = "0.8"
|
|
serde_json = "1.0"
|
|
ariadne = "0.4"
|
|
time = { version = "0.3", features = [ "local-offset" ] }
|
|
dirs = "5"
|
|
owo-colors = "4"
|