1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/rust/Cargo.toml
Alex Crichton bbeb1b87c2 Update Rust code to the current Rust nightly
Lots of changes! Hopefully everything is still semantically equivalent (tests
still pass)
2015-03-05 00:40:57 -08:00

14 lines
213 B
TOML

[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"