Files
telepathy-padfoot/Cargo.toml

19 lines
417 B
TOML
Raw Normal View History

2020-05-08 20:38:30 +01:00
[package]
name = "telepathy-padfoot"
version = "0.1.0"
authors = ["Nick Thomas <me@ur.gs>"]
edition = "2018"
2020-05-10 01:01:28 +01:00
license = "MIT"
2020-05-08 20:38:30 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
dbus = "0.8"
2020-05-10 01:01:28 +01:00
deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag="1.31.0" }
directories = "2.0"
rand = "0.7"
2020-05-10 01:34:28 +01:00
[profile.release]
lto = true