remove unused dep and move job out
This commit is contained in:
@@ -10,6 +10,8 @@ crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
# Common dependencies for both native and WASM
|
||||
hero-supervisor = { path = "../../" }
|
||||
hero-job = { path = "../../../job" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
|
Reference in New Issue
Block a user