Skip to content

Commit 7c2888c

Browse files
committed
recover cargo.toml changes
1 parent 9ef9aae commit 7c2888c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"
77

8+
[profile.profiling]
9+
inherits = "release"
10+
debug = true
11+
812
[dependencies]
913
tokio-util = { version = "0.7.10", features = ["rt"] }
1014
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
@@ -44,6 +48,7 @@ libp2p-identity = { version = "0.2.9", features = ["secp256k1", "ed25519"] }
4448
tracing = { version = "0.1.40" }
4549
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
4650
public-ip = "0.2.2"
51+
dotenvy = "0.15.7"
4752
getrandom = "0.2.15"
4853

4954

0 commit comments

Comments
 (0)