diff options
Diffstat (limited to 'crates/fidget-spinner-cli/Cargo.toml')
| -rw-r--r-- | crates/fidget-spinner-cli/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/fidget-spinner-cli/Cargo.toml b/crates/fidget-spinner-cli/Cargo.toml index bf8ffb7..58263ad 100644 --- a/crates/fidget-spinner-cli/Cargo.toml +++ b/crates/fidget-spinner-cli/Cargo.toml @@ -18,14 +18,13 @@ clap.workspace = true dirs.workspace = true fidget-spinner-core = { path = "../fidget-spinner-core" } fidget-spinner-store-sqlite = { path = "../fidget-spinner-store-sqlite" } -linkify.workspace = true libmcp = { git = "https://git.swarm.moe/libmcp.git", rev = "84e898d9ba699451d5d13fe384e7bbe220564bc1" } maud.workspace = true +percent-encoding.workspace = true serde.workspace = true serde_json.workspace = true time.workspace = true tokio.workspace = true -uuid.workspace = true [lints] workspace = true |