Skip to content

Instantly share code, notes, and snippets.

@maiha
Last active February 3, 2020 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maiha/3debb75a64c2315ea071261df4d6b28a to your computer and use it in GitHub Desktop.
Save maiha/3debb75a64c2315ea071261df4d6b28a to your computer and use it in GitHub Desktop.
Rustことはじめ
Q. cargo build したら「could not find Cargo.toml」 と言われた
  • cargoCargo というパッケージマネージャのコマンド。その設定ファイルが Cargo.toml
  • まっさらの状態であれば cargo new foofoo ディレクトリに Cargo.toml ができる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment