This commit is contained in:
2025-05-19 21:13:06 +09:00
commit b61ce559ca
16 changed files with 556 additions and 0 deletions

7
self_talk_ai/Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "self_talk_ai"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4"