Initial commit

This commit is contained in:
2025-09-01 20:31:03 -05:00
commit 347ff3dcf3
4 changed files with 511 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "discord-ts"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.40"
clap = { version = "4.5.34", features = ["derive"] }