Skip to content

Commit b271b8e

Browse files
committed
chore: add a few fields to Cargo.toml
1 parent 637c16a commit b271b8e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "sbeditor"
33
version = "0.1.0"
44
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"
511

612
[dependencies]
713
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)