diff options
Diffstat (limited to 'crates/fidget-spinner-store-sqlite/Cargo.toml')
| -rw-r--r-- | crates/fidget-spinner-store-sqlite/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/fidget-spinner-store-sqlite/Cargo.toml b/crates/fidget-spinner-store-sqlite/Cargo.toml index 54e0784..00fd070 100644 --- a/crates/fidget-spinner-store-sqlite/Cargo.toml +++ b/crates/fidget-spinner-store-sqlite/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "fidget-spinner-store-sqlite" -description = "Per-project SQLite store for the Fidget Spinner DAG spine" +categories.workspace = true +description = "SQLite-backed per-project store for Fidget Spinner DAG projects" edition.workspace = true +keywords.workspace = true license.workspace = true publish = false +readme.workspace = true +repository.workspace = true rust-version.workspace = true version.workspace = true |