Skip to content
Thang Chung edited this page Mar 23, 2021 · 7 revisions

Rust on Windows

Diesel CLI

After install cargo install diesel_cli --no-default-features --features postgres, it might not work so that we need to do the following steps:

Run tokio and actix-rt on the same host

Refs projects

Clone this wiki locally