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