aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
blob: da6cdb723464fd7319606eeb9a9dccde77685c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "mal"
version = "0.0.1"
authors = [ "Your name <you@example.com>" ]

[dependencies]
time = "0.1"
regex = "0.1"
libc = "0.1"

[dependencies.pcre]
git = "https://github.com/alexcrichton/rust-pcre"