mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 20:36:30 +03:00
build: add repository to Cargo.toml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user