charcoal-dict 0.2.7

A command line dictionary
1
2
3
4
5
6
use charcoal_dict::App;

#[tokio::main]
pub async fn main() -> anyhow::Result<()> {
    App::main().await
}