Open BulkBeing opened 3 months ago
https://fasterthanli.me/series/building-a-rust-service-with-nix/part-3#hitting-the-cat-api
One hyphen is missing:
cargo add tokio@1 -features full
Should be:
cargo add tokio@1 --features full
It happened on this page
https://fasterthanli.me/series/building-a-rust-service-with-nix/part-3#hitting-the-cat-api
Here's what the issue is
One hyphen is missing:
Should be: