mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 13:05:09 +00:00
refactor: scope workspace package names
This commit is contained in:
parent
f5e7ec943c
commit
1246e374a8
7 changed files with 16 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "openapi-gen"
|
||||
name = "sandbox-daemon-openapi-gen"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
@ -7,6 +7,6 @@ build = "build.rs"
|
|||
[dependencies]
|
||||
|
||||
[build-dependencies]
|
||||
sandbox-daemon = { path = "../sandbox-daemon" }
|
||||
sandbox-daemon-core = { path = "../sandbox-daemon" }
|
||||
serde_json = "1.0"
|
||||
utoipa = "4.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue