blob: b472b916305b8a3a02f80d7b1b997dbabb1747df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[package]
name = "fidget-spinner-core"
description = "Core domain model for a local-first experimental DAG"
edition.workspace = true
license.workspace = true
publish = false
rust-version.workspace = true
version.workspace = true
[dependencies]
camino.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
time.workspace = true
uuid.workspace = true
[lints]
workspace = true
|