Common Lisp: Add documentation
[jackhill/mal.git] / rust / Cargo.toml
CommitLineData
abdd56eb
JM
1[package]
2
bbeb1b87 3name = "mal"
abdd56eb
JM
4version = "0.0.1"
5authors = [ "Your name <you@example.com>" ]
6
bbeb1b87
AC
7[dependencies]
8time = "0.1"
9regex = "0.1"
10libc = "0.1"
b2ba4453 11num = "*"