build: add repository to Cargo.toml

This commit is contained in:
link2xt
2024-03-31 22:39:48 +00:00
parent 99c4d24eab
commit 87805bc36d
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ description = "DeltaChat JSON-RPC API"
edition = "2021"
default-run = "deltachat-jsonrpc-server"
license = "MPL-2.0"
repository = "https://github.com/deltachat/deltachat-core-rust"
[[bin]]
name = "deltachat-jsonrpc-server"