Skip to content

Commit 0a25aee

Browse files
committed
Create crates_io_trustpub crate
1 parent 525e6d8 commit 0a25aee

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/crates_io_trustpub/Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[package]
2+
name = "crates_io_trustpub"
3+
version = "0.0.0"
4+
license = "MIT OR Apache-2.0"
5+
edition = "2024"
6+
7+
[lints]
8+
workspace = true
9+
10+
[dependencies]
11+
12+
[dev-dependencies]

crates/crates_io_trustpub/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# crates_io_trustpub
2+
3+
This crate contains code related to the "[Trusted Publishing](https://github.com/rust-lang/rfcs/pull/3691)" feature of crates.io.

crates/crates_io_trustpub/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#![doc = include_str!("../README.md")]

0 commit comments

Comments
 (0)