feat: init

This commit is contained in:
steveej 2024-12-23 11:55:36 +01:00
commit c839eeded1
16 changed files with 3772 additions and 0 deletions

View file

@ -0,0 +1,28 @@
[workspace]
resolver = "2"
package.version = "0.1.0"
metadata.crane.name = "blueprint-universe"
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"