Skip to content

Commit

Permalink
Merge branch 'kaspanet:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect authored Oct 25, 2023
2 parents 98d822e + c6b9a7b commit a84719d
Show file tree
Hide file tree
Showing 51 changed files with 1,216 additions and 485 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target
web-root
/.idea/*
**/.idea/
/rust-toolchain
/.vscode/
**/db-*
Expand Down
48 changes: 48 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions components/addressmanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ rand.workspace = true
parking_lot.workspace = true
borsh.workspace = true
log.workspace = true
tokio.workspace = true
thiserror.workspace = true
local-ip-address = "0.5.3"
igd-next = { version = "0.14.2", features = ["aio_tokio"] }

[dev-dependencies]
statrs = "0.13.0"
Expand Down
Loading

0 comments on commit a84719d

Please sign in to comment.