mirror of
https://github.com/kjuulh/bitebuds.git
synced 2025-08-20 14:06:35 +02:00
feat: with local store
This commit is contained in:
14
crates/domain/Cargo.toml
Normal file
14
crates/domain/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[package]
|
||||
name = "domain"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.23", features = ["serde"] }
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
uuid = { version = "1.3.0", features = ["v4", "wasm-bindgen", "js", "serde"] }
|
Reference in New Issue
Block a user