Files
singh4/Cargo.toml
Amneesh Singh c1ab7ed363 ci: init
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-03-29 10:34:48 +05:30

21 lines
450 B
TOML

cargo-features = ["edition2021"]
[package]
name = "singh4"
version = "0.1.0"
authors = [ "Amneesh Singh <natto@weirdnatto.in>" ]
edition = "2021"
[dependencies]
tracing = "*"
reqwest = "*"
linkify = "*"
[dependencies.serenity]
version = "0.10.10"
features = ["cache", "framework", "standard_framework", "rustls_backend", "unstable_discord_api", "collector"]
[dependencies.tokio]
version = "1.0"
features = ["macros", "signal", "rt-multi-thread"]