cooklang-chef 0.10.0

CLI to manage cooklang recipes
1
2
3
4
5
6
7
8
9
10
11
12
pub mod collection;
pub mod config;
pub mod convert;
pub mod edit;
pub mod generate_completions;
pub mod list;
pub mod new;
pub mod recipe;
#[cfg(feature = "serve")]
pub mod serve;
pub mod shopping_list;
pub mod units;