mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-25 17:30:27 +01:00
9 lines
128 B
TOML
9 lines
128 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "resistor-color"
|
|
version = "1.0.0"
|
|
|
|
[dependencies]
|
|
int-enum = "0.4.0"
|
|
enum-iterator = "1.1.1"
|