build(rust/cargo): adding the cargo files

This commit is contained in:
Raphael 2026-02-11 19:49:16 +01:00
parent 54c672d861
commit db0f7dcb2f
No known key found for this signature in database
2 changed files with 2736 additions and 0 deletions

2727
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "tty"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenvy = "0.15.7"
serenity = { version = "0.12.5", features = ["full"] }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }