Prevent accidental `cargo publish`
- Id
- c479633efd10549de481e40283fa47f6f1e2362b
- Author
- Caio
- Commit time
- 2020-01-30T11:45:58+01:00
Modified cantine/Cargo.toml
[package]
name = "cantine"
version = "0.1.0"
authors = ["Caio Romão <contact@caio.co>"]
edition = "2018"
default-run = "cantine"
+publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Modified cantine_derive/Cargo.toml
[package]
name = "cantine_derive"
version = "0.1.0"
authors = ["Caio Romão <contact@caio.co>"]
edition = "2018"
+publish = false
[dependencies]
cantine_derive_internal = { path = "./internal" }