This commit is contained in:
암냥 2026-06-25 18:05:44 +09:00
commit 70b1c9a2be
No known key found for this signature in database
6 changed files with 1212 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "mizuki-nc"
version = "0.1.0"
edition = "2024"
[dependencies]
ureq = "2"
tempfile = "3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"