We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637c16a commit b271b8eCopy full SHA for b271b8e
1 file changed
Cargo.toml
@@ -2,6 +2,12 @@
2
name = "sbeditor"
3
version = "0.1.0"
4
edition = "2024"
5
+license = "MIT"
6
+description = "Scratch project editing library"
7
+authors = ["faretek1"]
8
+repository = "https://github.com/scratch-api/sbeditor"
9
+homepage = "https://scratchapi.org/sbeditor/"
10
+readme = "README.md"
11
12
[dependencies]
13
serde = { version = "1.0.228", features = ["derive"] }
0 commit comments