File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " passage_flex"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
edition = " 2021"
5
5
6
6
description = " Provides verification of server-side authentication for applications using Passage Passkey Flex"
7
7
homepage = " https://github.com/passageidentity/passage-flex-rust"
8
8
repository = " https://github.com/passageidentity/passage-flex-rust"
9
9
readme = " README.md"
10
10
license = " MIT"
11
+ include = [" /src" , " README.md" ]
11
12
12
13
[dependencies ]
13
- http = " ^ 1.1.0"
14
- serde = { version = " ^ 1.0" , features = [" derive" ] }
15
- serde_json = " ^ 1.0"
16
- serde_repr = " ^ 0.1"
17
- url = " ^ 2.5"
18
- uuid = { version = " ^ 1.8" , features = [" serde" , " v4" ] }
19
- reqwest = { version = " ^ 0.12" , features = [" json" , " multipart" ] }
14
+ http = " 1.1.0"
15
+ serde = { version = " 1.0" , features = [" derive" ] }
16
+ serde_json = " 1.0"
17
+ serde_repr = " 0.1"
18
+ url = " 2.5"
19
+ uuid = { version = " 1.8" , features = [" serde" , " v4" ] }
20
+ reqwest = { version = " 0.12" , features = [" json" , " multipart" ] }
20
21
21
22
[dev-dependencies ]
22
23
tokio = { version = " 1" , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments