Skip to content

Commit 434312c

Browse files
committed
chore: add meta info to Cargo.toml
1 parent 5bf9d12 commit 434312c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "cross-stream"
33
edition = "2021"
44
version = "0.0.8"
5+
description = "An event stream store for personal, local-first use, specializing in event sourcing."
6+
license = "MIT"
7+
repository = "https://github.com/cablehead/xs"
8+
homepage = "https://github.com/cablehead/xs"
9+
documentation = "https://docs.rs/cross-stream"
10+
readme = "README.md"
11+
keywords = ["event-sourcing", "local-first", "stream", "personal", "event-stream"]
12+
categories = ["asynchronous", "data-structures", "system"]
513

614
[lib]
715
name = "xs"

0 commit comments

Comments
 (0)