aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 4145e46d3e6d6de5909dd0f867b10b45e02908a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "notmuch"
version = "0.0.4"
authors = ["C. Morgan Hamill <me@cmhamill.org>",
           "Dirk Van Haerenborgh <vhdirk@gmail.com>"]

homepage = "https://github.com/vhdirk/notmuch-rs"
repository = "https://github.com/vhdirk/notmuch-rs"
description = "Rust interface and bindings for notmuch"
license = "GPL-3.0+"

[dependencies]
libc = "0.2"