You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
322 B
TOML

[package]
name = "Chapter7"
version = "1.0.0"
[dependencies]
chomp = "0.3.1"
[[bin]]
name = "functor_pattern"
path = "functor_pattern.rs"
[[bin]]
name = "monad_pattern"
path = "monad_pattern.rs"
[[bin]]
name = "combinator_pattern"
path = "combinator_pattern.rs"
[[bin]]
name = "lazy_pattern"
path = "lazy_pattern.rs"