You've already forked rust-workspace
18 lines
284 B
TOML
18 lines
284 B
TOML
[package]
|
|
name = "rust"
|
|
version = "0.0.0"
|
|
license-file.workspace = true
|
|
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[dependencies]
|
|
# crate = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|