mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-18 19:28:13 -04:00
Move json_api to new veilid-remote-api crate
This commit is contained in:
parent
8c817655e8
commit
ad91e93638
19 changed files with 170 additions and 118 deletions
|
@ -8,6 +8,10 @@ edition.workspace = true
|
|||
rust-version.workspace = true
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
name = "basic"
|
||||
path = "./src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "^1.43.0" }
|
||||
veilid-core = { version = "0.4.6", path = "../../../veilid-core" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue