mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
9 lines
160 B
TOML
9 lines
160 B
TOML
[package]
|
|
name = "rustlings"
|
|
version = "0.1.0"
|
|
authors = ["olivia <olivia@fastmail.com>"]
|
|
|
|
[dependencies]
|
|
clap = "2.32.0"
|
|
indicatif = "0.9.0"
|
|
console = "0.6.2"
|