Move deltachat-repl into a separate crate

This commit is contained in:
link2xt
2023-02-11 12:19:07 +00:00
parent d1702e3081
commit 46143ac54f
9 changed files with 46 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ fn cb(event: EventType) {
}
}
/// Run with `RUST_LOG=simple=info cargo run --release --example simple --features repl -- email pw`.
/// Run with `RUST_LOG=simple=info cargo run --release --example simple -- email pw`.
#[tokio::main]
async fn main() {
pretty_env_logger::try_init_timed().ok();