This commit is contained in:
2022-04-04 22:22:59 +02:00
commit 0a35246672
14 changed files with 1245 additions and 0 deletions

11
twatch_core/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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]
transmission-rpc = "0.3.6"
env_logger="0.9.0"
log = "0.4.16"