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.
32 lines
601 B
TOML
32 lines
601 B
TOML
[package]
|
|
name = "mediarepo-worker"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.52"
|
|
tracing = "0.1.32"
|
|
|
|
[dependencies.mediarepo-core]
|
|
path = "../mediarepo-core"
|
|
|
|
[dependencies.mediarepo-logic]
|
|
path = "../mediarepo-logic"
|
|
|
|
[dependencies.mediarepo-database]
|
|
path = "../mediarepo-database"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.17.0"
|
|
features = ["macros"]
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4.19"
|
|
features = ["serde"]
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.136"
|
|
features = ["derive"]
|