Skip to content

Commit fb087ab

Browse files
committed
Create crates_io_oidc crate
1 parent 735558c commit fb087ab

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-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_oidc/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_oidc"
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_oidc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# crates_io_oidc

crates/crates_io_oidc/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)