mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
12 lines
218 B
TOML
12 lines
218 B
TOML
[package]
|
|
name = "tooling"
|
|
version = "0.1.0"
|
|
authors = ["The Rustlings Maintainers"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
glob = "0.3.0"
|
|
serde = { version = "1.0.112", feature = ["derive"] }
|
|
toml = "0.5.6"
|