feat: scaffold relay client auth workspace
This commit is contained in:
11
client/Cargo.toml
Normal file
11
client/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "client"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
common = { path = "../common" }
|
||||
Reference in New Issue
Block a user