swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/fidget-spinner-store-sqlite/Cargo.toml
blob: 54e078466959433b01cfb6f673547a7834fc6204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "fidget-spinner-store-sqlite"
description = "Per-project SQLite store for the Fidget Spinner DAG spine"
edition.workspace = true
license.workspace = true
publish = false
rust-version.workspace = true
version.workspace = true

[dependencies]
camino.workspace = true
fidget-spinner-core = { path = "../fidget-spinner-core" }
rusqlite.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
time.workspace = true
uuid.workspace = true

[lints]
workspace = true