14 lines
355 B
TOML
14 lines
355 B
TOML
[package]
|
|
name = "rox"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "GPL-3.0"
|
|
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.38", features = ["derive"] }
|
|
lazy_static = "1.5.0"
|
|
ordered-float = "5.0.0"
|
|
thiserror = "2.0.12"
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|