2022-10-20 21:46:33 +02:00
|
|
|
[package]
|
|
|
|
name = "vidow_bin"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
vidow_core = { path = "../vidow_core" }
|
|
|
|
|
|
|
|
dotenv = { version = "0.15.0", features = ["clap"] }
|
2023-10-19 03:52:46 +02:00
|
|
|
tracing = { version = "0.1.40", features = ["log"] }
|
2023-11-13 18:29:30 +01:00
|
|
|
tracing-subscriber = { version = "0.3.18", features = ["parking_lot", "serde", "serde_json", "tracing", "tracing-serde", "json", "env-filter"] }
|
2024-01-31 18:11:12 +01:00
|
|
|
eyre = "0.6.12"
|