😄

cargo-editをインストールする (Ubuntu on WSL)

2023/03/17に公開

準備

下記のパッケージをaptでインストールする。

  • pkg-config
  • libssl-dev

導入コマンド

sudo apt install pkg-config libssl-dev

cargo-editの導入

cargo install cargo-edit

Discussion