feat: init
This commit is contained in:
commit
bd47ec1f5b
14 changed files with 3811 additions and 0 deletions
28
Cargo.toml
Normal file
28
Cargo.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
package.version = "0.1.0"
|
||||
metadata.crane.name = "holo-host-workspace"
|
||||
|
||||
members = [
|
||||
"rust/hpos-hal",
|
||||
"rust/clients/host_agent",
|
||||
"rust/services/workload",
|
||||
"rust/util_libs",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
async-nats = { version = "0.38.0", features = ["service"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
futures = "0.3.31"
|
||||
anyhow = "1.0"
|
||||
serde = "1.0.215"
|
||||
serde_json = "1.0.133"
|
||||
dotenv = "0.15.0"
|
||||
env_logger = "0.11.0"
|
||||
log = "0.4.17"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = "z"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
Loading…
Add table
Add a link
Reference in a new issue