feat(detmir): add rust-first operations tooling

This commit is contained in:
igor04091968
2026-06-02 17:57:58 +03:00
parent 60670d30a8
commit 19e3682bc8
263 changed files with 51678 additions and 718 deletions
+37
View File
@@ -0,0 +1,37 @@
[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
urlencoding.workspace = true
[dev-dependencies]
tempfile.workspace = true