chore: add repository field in Cargo.toml (#1143)

closes #1135
This commit is contained in:
Amr Bashir
2024-04-05 00:15:04 +02:00
committed by GitHub
parent 0e9541fe89
commit 7fc29c326b
30 changed files with 189 additions and 146 deletions
+1
View File
@@ -6,6 +6,7 @@ authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }
exclude = [ "/examples" ]
[package.metadata.docs.rs]