Initial commit

This commit is contained in:
JP Stringham
2026-03-06 14:55:28 -05:00
commit 1b7b5aa592
11 changed files with 2442 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "matrix-admin-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.60", features = ["derive"] }
colored = "3.1.1"
enum-iterator = "2.3.0"
reqwest = { version = "0.13.2", features = ["blocking", "form"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
shlex = "1.3.0"