Skip to content

Commit b365b3c

Browse files
committed
chore: updates toml with metadata fields for crates.io
1 parent de17379 commit b365b3c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install clippy
1919
run: rustup component add clippy
2020
- name: Check linting
21-
run: cargo clippy --all-targets --all-features -- -D warnings
21+
cargo clippy --all-targets --all-features -- -D warnings
2222

2323
- name: Install rustfmt
2424
run: rustup component add rustfmt

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "passage_flex"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["support@passage.id"]
6+
description = "Provides verification of server-side authentication for applications using Passage Passkey Flex"
7+
homepage = "https://github.com/passageidentity/passage-flex-rust"
8+
repository = "https://github.com/passageidentity/passage-flex-rust"
9+
readme = "README.md"
10+
license = "MIT"
511

612
[dependencies]
713
http = "^1.1.0"

0 commit comments

Comments
 (0)