mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2024-11-22 15:21:00 +09:00
16 lines
316 B
TOML
16 lines
316 B
TOML
|
[package]
|
||
|
name = "psb-qaqc"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
clap = { version = "4.5", features = ["cargo", "derive"] }
|
||
|
clap_derive = "4.5"
|
||
|
log = "0.4"
|
||
|
env_logger = "0.11.3"
|
||
|
clap-verbosity-flag = "2.2"
|
||
|
anyhow = "1.0"
|
||
|
chrono = { version = "0.4", features = ["serde"] }
|
||
|
semver = "1.0"
|
||
|
regex = "1.10"
|