[package] name = "telepathy-padfoot" version = "0.1.0" authors = ["Nick Thomas "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" dbus = "0.8" deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag="1.31.0" } directories = "2.0" rand = "0.7" [profile.release] lto = true