CI / Rust checks (push) Waiting to run
CI / Docs and registry checks (push) Waiting to run
CI / Smoke checks (push) Waiting to run
Coverage / Coverage baseline (push) Waiting to run
Security / Cargo audit (push) Waiting to run
Security / Cargo deny (push) Waiting to run
Security / Secret pattern check (push) Waiting to run
Security / Dependency review (push) Waiting to run
37 lines
721 B
TOML
37 lines
721 B
TOML
[package]
|
|
name = "hayabusa-tools"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[[bin]]
|
|
name = "aw-hayabusa-case-alert-rust"
|
|
path = "src/bin/case_alert.rs"
|
|
|
|
[[bin]]
|
|
name = "aw-hayabusa-link-case-rust"
|
|
path = "src/bin/link_case.rs"
|
|
|
|
[[bin]]
|
|
name = "aw-hayabusa-from-windows-rust"
|
|
path = "src/bin/from_windows.rs"
|
|
|
|
[[bin]]
|
|
name = "aw-hayabusa-autoprocess-rust"
|
|
path = "src/bin/autoprocess.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
chrono.workspace = true
|
|
clap.workspace = true
|
|
fs2.workspace = true
|
|
regex.workspace = true
|
|
reqwest.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|