This commit is contained in:
2025-06-09 02:48:19 +09:00
parent 110674659b
commit 7c27efe1ce
7 changed files with 51 additions and 280 deletions

View File

@@ -9,10 +9,6 @@ authors = ["syui"]
name = "aigpt"
path = "src/main.rs"
[[bin]]
name = "test-config"
path = "src/bin/test_config.rs"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }