10 lines
161 B
TOML
10 lines
161 B
TOML
[package]
|
|
name = "genfixture"
|
|
version = "0.1.0"
|
|
authors = ["Carl Lerche <me@carllerche.com>"]
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
walkdir = "1.0.0"
|