[refactor] removed unused api.rs
module to streamline code structure
This commit is contained in:
11
backend-rust/crates/app/Cargo.toml
Normal file
11
backend-rust/crates/app/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "owly-news"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
owly-news-api = { path = "../api" }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
|
||||
anyhow = "1.0.99"
|
Reference in New Issue
Block a user