mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* feat: For ota update using rsyncd * chore: Fix where we rsync to. * chore: Getting rsync to work * chore: Add in the is raspberry pi * chore: Update is raspberry pi
16 lines
467 B
TOML
16 lines
467 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.21"
|
|
models = { path = "../models" }
|
|
pin-project = "1.0.11"
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
tokio-stream = { version = "0.1.9", features = ["io-util", "sync"] }
|
|
tracing = "0.1.35" |