2018-03-04 17:41:55 +00:00
|
|
|
[package]
|
|
|
|
name = "rustlings"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
|
2018-03-04 17:58:40 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
handlebars = "0.32.0"
|
|
|
|
serde_json = "1.0.10"
|
2018-03-04 19:28:11 +00:00
|
|
|
prlink = { git = "https://github.com/btbytes/prlink" }
|