Skip to content

Commit

Permalink
Multi address (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
moubctez authored Jan 6, 2025
1 parent 2ee87d7 commit 15374cf
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 184 deletions.
181 changes: 26 additions & 155 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
[package]
name = "defguard-gateway"
version = "1.1.2"
version = "1.1.5"
edition = "2021"

[dependencies]
axum = { version = "0.7", features = ["macros"] }
base64 = "0.22"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
] }
clap = { version = "4.5", features = ["derive", "env"] }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.6.1" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.7.0" }
env_logger = "0.11"
gethostname = "0.5"
log = "0.4"
Expand Down
Loading

0 comments on commit 15374cf

Please sign in to comment.