This commit is contained in:
2025-05-19 18:51:18 +09:00
commit ea3b8e71b3
8 changed files with 121 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"