Skip to content

Commit

Permalink
update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Sep 1, 2024
1 parent 7e56f2b commit 796bcd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "ic-bn-lib"
description = "Internet Computer Boundary Nodes shared modules"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/dfinity/ic-bn-lib"
readme = "README.md"

[dependencies]
ahash = "0.8"
Expand Down
1 change: 0 additions & 1 deletion src/http/server.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::{
default,
fmt::Display,
io,
net::{IpAddr, Ipv4Addr, SocketAddr, SocketAddrV4},
Expand Down

0 comments on commit 796bcd6

Please sign in to comment.