You've already forked lint-policy
Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "private-crate"
|
||||
version = "0.0.0"
|
||||
# description = ""
|
||||
# repository = ""
|
||||
# keywords = []
|
||||
# categories = []
|
||||
# include = ["/src"]
|
||||
# publish = true
|
||||
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license-file.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
# crate = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -0,0 +1,5 @@
|
||||
# private-crate
|
||||
|
||||
[](https://crates.io/crates/private-crate)
|
||||
|
||||
Unpublished crate
|
||||
@@ -0,0 +1,5 @@
|
||||
//! Sample Private Crate.
|
||||
|
||||
#![no_std]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
// #[cfg_attr(docsrs, doc(cfg(feature = "std")))]
|
||||
Reference in New Issue
Block a user