mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 22:03:52 +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"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
use std::fs;
|
||||
use std::path::Path;
|
||||
|
||||
use sandbox_daemon::router::ApiDoc;
|
||||
use sandbox_daemon_core::router::ApiDoc;
|
||||
use utoipa::OpenApi;
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue