diff options
| author | main <main@swarm.moe> | 2026-03-19 17:41:40 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 17:41:40 -0400 |
| commit | 352fb5f089e74bf47b60c6221594b9c22defe251 (patch) | |
| tree | 2ad1620fcf9e0f138ae950888c925b9f53a19997 /crates/fidget-spinner-core/Cargo.toml | |
| parent | 958c7bf261a404a7df99e394997ab10e724cfca7 (diff) | |
| download | fidget_spinner-352fb5f089e74bf47b60c6221594b9c22defe251.zip | |
Prepare fidget spinner for public sharing
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 |