100-days-of-rust/Week-05/Day-29_Traffic-Light-Checker/day29/Cargo.toml
Mariano Riefolo 9f259a0850 Wrote program for Day 29
I suppose that the fourth example returns an error because the input is
too short
2024-08-23 14:25:51 +02:00

7 lines
76 B
TOML

[package]
name = "day29"
version = "0.1.0"
edition = "2021"
[dependencies]