mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* wip * overhaul boot process * wip: new registry * wip * wip * wip * wip * wip * wip * os registry complete * ui fixes * fixes * fixes * more fixes * fix merkle archive
20 lines
612 B
TOML
20 lines
612 B
TOML
[package]
|
|
name = "helpers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
color-eyre = "0.6.2"
|
|
futures = "0.3.28"
|
|
lazy_async_pool = "0.3.3"
|
|
models = { path = "../models" }
|
|
pin-project = "1.1.3"
|
|
rpc-toolkit = { git = "https://github.com/Start9Labs/rpc-toolkit.git", branch = "refactor/no-dyn-ctx" }
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-stream = { version = "0.1.14", features = ["io-util", "sync"] }
|
|
tracing = "0.1.39"
|