We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fb049 commit 3dd73b8Copy full SHA for 3dd73b8
1 file changed
Cargo.toml
@@ -2,5 +2,13 @@
2
name = "crabstep"
3
version = "0.0.0"
4
edition = "2024"
5
+authors = ["Christopher Sardegna <imessage@reagentx.net>"]
6
+license = "GPL-3.0-or-later"
7
+description = "Cross-platform, zero-dependency Apple/NeXTSTEP typedstream deserializer"
8
+exclude = [".github"]
9
+readme = "README.md"
10
+repository = "https://github.com/ReagentX/crabstep"
11
+keywords = ["typedstream", "macos", "ios", "apple"]
12
+categories = ["parsing", "parser-implementations", "database"]
13
14
[dependencies]
0 commit comments