diff options
Diffstat (limited to 'crates/fidget-spinner-core/Cargo.toml')
| -rw-r--r-- | crates/fidget-spinner-core/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/fidget-spinner-core/Cargo.toml b/crates/fidget-spinner-core/Cargo.toml index b472b91..c147ee2 100644 --- a/crates/fidget-spinner-core/Cargo.toml +++ b/crates/fidget-spinner-core/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "fidget-spinner-core" -description = "Core domain model for a local-first experimental DAG" +categories.workspace = true +description = "Core domain model for the Fidget Spinner experimental DAG" edition.workspace = true +keywords.workspace = true license.workspace = true publish = false +readme.workspace = true +repository.workspace = true rust-version.workspace = true version.workspace = true |