rustlings/exercises/features/Cargo.toml

13 lines
164 B
TOML
Raw Normal View History

2020-09-11 01:58:45 +07:00
[package]
name = "features"
version = "0.0.1"
edition = "2018"
[lib]
name = "features1"
path = "src/features1.rs"
[features]
english = []
russian = []
korean = []