Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

description field in [package] #120

Open
msyyces8x95 opened this issue Aug 27, 2022 · 1 comment
Open

description field in [package] #120

msyyces8x95 opened this issue Aug 27, 2022 · 1 comment

Comments

@msyyces8x95
Copy link

The description field seems to be mandatory in [pacakge], tested in released and in-dev version of the crate.
Error : error: missing field `description` for key `package`

@alphaorderly
Copy link

alphaorderly commented Jun 10, 2024

[package]
name = "rust"
version = "0.1.0"
edition = "2021"
description = "get sqld test data"

Add a description on Cargo.toml file

It should resolve error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants