This commit is contained in:
2025-05-20 21:58:26 +09:00
commit d1f52373bb
18 changed files with 721 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "aigpt"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4"
seahorse = "*"