1786140782
This commit is contained in:
519
Cargo.lock
generated
519
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -6,18 +6,14 @@ edition = "2024"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.45", features = ["serde"] }
|
chrono = { version = "0.4.45", features = ["serde"] }
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
embedded-graphics = "0.8.2"
|
|
||||||
embedded-graphics-core = "0.4.1"
|
|
||||||
evdev = "0.13.2"
|
evdev = "0.13.2"
|
||||||
framebuffer = "0.3.1"
|
|
||||||
hass-rs = "0.5.0"
|
hass-rs = "0.5.0"
|
||||||
linfb = { version = "0.2.1", default-features = false }
|
|
||||||
serde = { version = "1.0.229", features = ["derive"] }
|
serde = { version = "1.0.229", features = ["derive"] }
|
||||||
serde_json = "1.0.151"
|
serde_json = "1.0.151"
|
||||||
slint = { version = "1.17.1", default-features = false, features = ["std", "compat-1-2", "libm", "renderer-software", "unsafe-single-threaded"] }
|
slint = { version = "1.17.1", default-features = false, features = ["std", "compat-1-2", "libm", "renderer-software", "unsafe-single-threaded"] }
|
||||||
tokio = { version = "1.53.1", features = ["full"] }
|
tokio = { version = "1.53.1", features = ["full"] }
|
||||||
ureq = { version = "3.3.0", default-features = false, features = ["json", "rustls"] }
|
ureq = { version = "3.3.0", default-features = false, features = ["json", "rustls"] }
|
||||||
trekstor = { path = "../trekstor" }
|
trekstor = { path = "../trekstor/trekstor" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
dev = ["slint/backend-winit-x11"]
|
dev = ["slint/backend-winit-x11"]
|
||||||
|
|||||||
4
build
4
build
@@ -3,4 +3,6 @@ git add .
|
|||||||
git commit -am "$(date +%s)"
|
git commit -am "$(date +%s)"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
ssh -t trekstor -- "cd dashboard && git pull && cargo b -r && systemctl --user restart dashboard"
|
cargo b -r
|
||||||
|
scp target/release/dashboard trekstor:~/dashboard
|
||||||
|
ssh -t trekstor -- "systemctl --user restart dashboard"
|
||||||
|
|||||||
Reference in New Issue
Block a user