You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
435 B
19 lines
435 B
[package] |
|
name = "telepathy-padfoot" |
|
version = "0.1.0" |
|
authors = ["Nick Thomas <me@ur.gs>"] |
|
edition = "2018" |
|
license = "MIT" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
anyhow = "1.0" |
|
async-std = "1.6" |
|
dbus = "0.8" |
|
deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag="1.34.0" } |
|
directories = "2.0" |
|
rand = "0.7" |
|
|
|
[profile.release] |
|
lto = true
|
|
|