mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
build: add repository to Cargo.toml
This commit is contained in:
@@ -4,6 +4,7 @@ version = "1.136.6"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
rust-version = "1.70"
|
||||
repository = "https://github.com/deltachat/deltachat-core-rust"
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "deltachat-repl"
|
||||
version = "1.136.6"
|
||||
license = "MPL-2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/deltachat/deltachat-core-rust"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12.1"
|
||||
|
||||
Reference in New Issue
Block a user