File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install clippy
19
19
run : rustup component add clippy
20
20
- name : Check linting
21
- run : cargo clippy --all-targets --all-features -- -D warnings
21
+ cargo clippy --all-targets --all-features -- -D warnings
22
22
23
23
- name : Install rustfmt
24
24
run : rustup component add rustfmt
Original file line number Diff line number Diff line change 2
2
name = " passage_flex"
3
3
version = " 0.1.0"
4
4
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"
5
11
6
12
[dependencies ]
7
13
http = " ^1.1.0"
You can’t perform that action at this time.
0 commit comments