Files
twatch/twatch/Cargo.toml
Kasper Juul Hermansen 4221ed3681
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
Update all dependencies
2025-01-15 02:23:54 +00:00

13 lines
311 B
TOML

[package]
name = "twatch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
twatch_core = {path="../twatch_core"}
tokio = {version="1.21.2", features=["full"]}
env_logger="0.11.0"
log = "0.4.17"
dotenv = "0.15.0"