swordfish/swordfish-user/Cargo.toml
tretrauit ab6f42d5e6 feat(user): add dotenvy
.env easier for my life
2024-01-07 20:14:27 +07:00

15 lines
355 B
TOML

[package]
name = "swordfish-user"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenvy = "0.15.7"
serenity = { git = "https://github.com/nshout/serenity-self", version = "0.13.0-alpha2" }
[dependencies.swordfish-common]
path = "../swordfish-common"