swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/fidget-spinner-cli/Cargo.toml
blob: 51d3cd80d2843eb713dbad25d9ae5f8c53072320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "fidget-spinner-cli"
description = "Thin local entrypoint for Fidget Spinner"
edition.workspace = true
license.workspace = true
publish = false
rust-version.workspace = true
version.workspace = true

[dependencies]
camino.workspace = true
clap.workspace = true
dirs.workspace = true
fidget-spinner-core = { path = "../fidget-spinner-core" }
fidget-spinner-store-sqlite = { path = "../fidget-spinner-store-sqlite" }
libmcp = { path = "../../../libmcp/crates/libmcp" }
serde.workspace = true
serde_json.workspace = true
time.workspace = true
uuid.workspace = true

[lints]
workspace = true