Open6
Rustのcrateを公開したメモ
トークン発行
にGithubアカウントでログインして でトークン発行。
ログイン
$ cargo login さっきのトークン
publish
$ cargo publish
駄目だった
error: failed to publish to registry at https://crates.io
Caused by:
the remote server responded with an error: missing or empty metadata fields: description, license. Please see https://doc.rust-lang.org/cargo/reference/manifest.html for how to upload metadata
descriptionとlicenseを追加しろとのこと。
また駄目だった
the remote server responded with an error: A verified email address is required to publish crates to crates.io. Visit https://crates.io/me to set and verify your email address.
crates.ioのメールの認証が必要と。
できあがり