Initial commit

This commit is contained in:
Breadway 2026-07-02 20:59:21 +08:00
commit 69bc67e29a
16 changed files with 2376 additions and 0 deletions

11
breadclipd/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "breadclipd"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "breadclipd"
path = "src/main.rs"
[dependencies]
breadclip-core = { path = "../breadclip-core" }