Added gitignore
This commit is contained in:
14
vidow-backend/crates/vidow_bin/Cargo.toml
Normal file
14
vidow-backend/crates/vidow_bin/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"] }
|
||||
tracing = { version = "0.1.37", features = ["log"] }
|
||||
tracing-subscriber = { version = "0.3.16", features = ["parking_lot", "serde", "serde_json", "tracing", "tracing-serde", "json", "env-filter"] }
|
||||
eyre = "0.6.8"
|
Reference in New Issue
Block a user