move to workspaces

This commit is contained in:
2026-03-18 13:13:29 +00:00
parent 5474c50e77
commit f7e72e717d
9 changed files with 67 additions and 20 deletions

12
src/daemon/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "battery-daemon"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "daemon"
path = "main.rs"
[dependencies]
rkyv = { workspace = true }
data = { workspace = true }