Initial commit

This commit is contained in:
Breadway 2026-07-02 20:59:18 +08:00
commit 2778f14574
29 changed files with 7110 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "breadsearch-shared"
version = "0.1.0"
edition = "2021"
license = "MIT"
[lib]
name = "breadsearch_shared"
path = "src/lib.rs"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"