You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
529 B
TOML
21 lines
529 B
TOML
[package]
|
|
name = "tobi-rs"
|
|
version = "0.1.0"
|
|
authors = ["trivernis <trivernis@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serenity = "0.10.5"
|
|
dotenv = "0.15.0"
|
|
tokio = { version = "1.4.0", features = ["macros", "rt-multi-thread"] }
|
|
serde_rusqlite = "0.26.0"
|
|
rusqlite = "0.24"
|
|
serde_derive = "1.0.125"
|
|
serde = "1.0.125"
|
|
thiserror = "1.0.24"
|
|
minecraft-data-rs = "0.2.0"
|
|
songbird = "0.1.5"
|
|
serde_json = "1.0.64"
|
|
rand = "0.8.3" |