affluence/Cargo.toml

25 lines
408 B
TOML
Raw Normal View History

2023-05-11 08:56:26 +02:00
[workspace]
members = [
"affluences-api",
2023-05-13 13:08:03 +02:00
"affluences-cli",
2023-05-11 08:56:26 +02:00
]
2023-05-14 11:45:50 +02:00
# Don't build the CLI tool by default
default-members = [
".",
2023-05-14 11:45:50 +02:00
"affluences-api",
]
2023-05-14 11:43:04 +02:00
[package]
name = "affy"
version = "0.1.0"
edition = "2021"
[dependencies]
affluences-api = { path = "./affluences-api" }
tokio = { version = "1.28.1", features = ["full"] }
chrono = "*"
uuid = "*"
poise = "0.5.5"
async-minecraft-ping = "0.8.0"