aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2bcb2480ca03d90e285555a9a88c9ee313dc9a8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "notmuch"
version = "0.0.9"
authors = ["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"