1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/rust/Cargo.toml
2015-10-08 17:15:34 -05:00

12 lines
152 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"
num = "*"