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

@@ -4,6 +4,7 @@ version = "1.136.6"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
rust-version = "1.70" rust-version = "1.70"
repository = "https://github.com/deltachat/deltachat-core-rust"
[profile.dev] [profile.dev]
debug = 0 debug = 0

View File

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

View File

@@ -3,6 +3,7 @@ name = "deltachat-repl"
version = "1.136.6" version = "1.136.6"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
repository = "https://github.com/deltachat/deltachat-core-rust"
[dependencies] [dependencies]
ansi_term = "0.12.1" ansi_term = "0.12.1"