hi.
-
create ( cargo new cru2 --lib)
-
write to .toml
-
create and push to github repo
-
run command: ( cargo publish ) result show
error : failed to verify package tarball
where is Problem ???
[package]
name = "cru2"
version = "0.1.0"
edition = "2021"
authors = ["DanyalMhai@gmail.com"]
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["gamedev", "graphics"]
homepage = "https://github.com/Rustixir/cru2"
repository = "https://github.com/Rustixir/cru2"
[dependencies]
[lib]
path = "lib.rs"