hai/Cargo.toml

23 lines
574 B
TOML
Raw Normal View History

2020-08-21 02:47:38 +02:00
[package]
2025-02-19 00:08:36 +01:00
name = "hai"
2020-08-21 02:47:38 +02:00
version = "0.1.0"
2025-02-19 00:08:36 +01:00
authors = ["April Faye John <april.john@denic.de>"]
edition = "2021"
2020-08-21 02:47:38 +02:00
publish = false
2025-02-19 00:08:36 +01:00
license = "AGPL-3.0-or-later"
2020-08-21 02:47:38 +02:00
[dependencies]
2025-02-20 22:18:14 +01:00
anyhow = "1.0.96"
2025-02-19 00:08:36 +01:00
bunt = "0.2.8"
clap = { version = "4.5.30", features = ["derive"] }
eframe = { version = "0.31", features = ["default", "__screenshot"] }
egui = "0.31.0"
egui_extras = { version = "0.31", features = ["default", "image", "all_loaders"] }
env_logger = "0.11.6"
2025-02-20 22:18:14 +01:00
log = "0.4.25"
2025-02-19 00:08:36 +01:00
shadow-rs = "0.38"
2025-02-20 22:18:14 +01:00
tokio = { version = "1.43", features = ["full"] }
2020-08-21 02:47:38 +02:00
2025-02-19 00:08:36 +01:00
[build-dependencies]
shadow-rs = "0.38"