silly little Discord bot made so I can set myself timed reminders that ping me. using rust for fun
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 260 B view raw
1[package] 2name = "echo" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7cargo-watch = "8.5.3" 8poise = "0.6.1" 9serenity = "0.12.5" 10tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "time"] } 11tracing-subscriber = "0.3.22" 12turso = "0.4.4"