This commit is contained in:
2025-05-19 21:25:03 +09:00
commit eaa261b4f0
17 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"