Skip to content

Commit

Permalink
Merge pull request #206 from sebadob/rename-examples
Browse files Browse the repository at this point in the history
rename examples to not confuse `cargo audit`
  • Loading branch information
sebadob authored Dec 19, 2023
2 parents f840906 + 7058d55 commit 6fc7ae0
Show file tree
Hide file tree
Showing 7 changed files with 609 additions and 42 deletions.
3 changes: 2 additions & 1 deletion rauthy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ bincode = "1.3.3"
cached = { version = "0.46.1", features = [] }
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde", "std"] }
jwt-simple = "0.11.9"
jwt-simple = "0.12.1"
#jwt-simple = "0.11.9"
rand = "0.8.5"
reqwest = { version = "0.11", default-features = false, features = [
"brotli", "json", "rustls-tls", "rustls-tls-webpki-roots"
Expand Down
204 changes: 189 additions & 15 deletions rauthy-client/examples/actix-web/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rauthy-client/examples/actix-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "actix-web"
name = "actix-web-example"
version = "0.1.0"
edition = "2021"
authors = ["Sebastian Dobe <[email protected]>"]
Expand Down
Loading

0 comments on commit 6fc7ae0

Please sign in to comment.