Skip to content

Commit 2f97301

Browse files
authored
chore(ui): Add homepage and license to Cargo.toml
chore(ui): Add `homepage` and `license` to `Cargo.toml`
2 parents 58e15f8 + f7c008a commit 2f97301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/matrix-sdk-ui/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "matrix-sdk-ui"
33
version = "0.6.0"
44
edition = "2021"
5+
repository = "https://github.com/matrix-org/matrix-rust-sdk"
6+
license = "Apache-2.0"
57
rust-version = { workspace = true }
68

79
[features]

0 commit comments

Comments
 (0)