twatch/twatch_core/Cargo.toml

11 lines
241 B
TOML
Raw Normal View History

2022-04-04 22:22:59 +02:00
[package]
name = "twatch_core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-10-23 07:24:52 +02:00
transmission-rpc = "0.4.0"
env_logger="0.11.0"
2022-10-28 10:59:07 +02:00
log = "0.4.17"