Production deployment with zinit config
This commit is contained in:
@@ -8,15 +8,18 @@ license = "MIT OR Apache-2.0"
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
[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"
|
||||
log = "0.4"
|
||||
uuid = { version = "1.0", features = ["v4", "serde"] }
|
||||
# Collections (common)
|
||||
indexmap = "2.0"
|
||||
|
||||
# Native JSON-RPC client (not WASM compatible)
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
@@ -65,19 +68,9 @@ features = ["serde", "wasmbind"]
|
||||
version = "1.0"
|
||||
features = ["v4", "serde", "js"]
|
||||
|
||||
# Collections
|
||||
# Collections (common)
|
||||
indexmap = "2.0"
|
||||
|
||||
# Interactive CLI
|
||||
crossterm = "0.27"
|
||||
ratatui = "0.28"
|
||||
|
||||
# Command line parsing
|
||||
clap = { version = "4.0", features = ["derive"] }
|
||||
|
||||
[[bin]]
|
||||
name = "openrpc-cli"
|
||||
path = "cmd/main.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
# Testing utilities
|
||||
|
||||
Reference in New Issue
Block a user