[dependencies]
[[example]]
name = "main"
path = "examples/main.rs"
[lib]
name = "rust_githubaction_demo"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This package is used for test publishing a crate with github actions"
edition = "2021"
homepage = "https://github.com/pakho12/rust-githubaction-demo"
license = "MIT"
name = "rust-githubaction-demo"
readme = "README.md"
repository = "https://github.com/pakho12/rust-githubaction-demo"
version = "0.1.7"
[[test]]
name = "a"
path = "tests/a.rs"