20 lines
461 B
TOML
20 lines
461 B
TOML
[package]
|
|
name = "sunhpc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.102"
|
|
clap = { version = "4.5.60", features = ["derive", "env"] }
|
|
lazy_static = "1.5.0"
|
|
path-slash = "0.2.1"
|
|
regex = "1.12.3"
|
|
roxmltree = "0.21.1"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
serde_yaml = "0.9.34"
|
|
serde_with = "*"
|
|
thiserror = "2.0.18"
|
|
tokio = { version = "1.50.0", features = ["full"] }
|
|
toml = "1.0.7"
|
|
yaml-rust = "0.4.5" |