Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .config/forest.dic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
267
269
Algorand/M
API's
API/SM
Expand Down Expand Up @@ -179,6 +179,7 @@ ParityDb
parsable
peerstore/S
performant
PMF
pnpm
PoC
pointer/SM
Expand Down Expand Up @@ -208,6 +209,7 @@ semver
serializable
serializer/SM
serverless
Skellam
skippable
Sqlx
statediff
Expand Down
29 changes: 29 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jsonwebtoken = { version = "10", features = ["aws_lc_rs"] }
keccak-hash = "0.12"
kubert-prometheus-process = "0.2"
lazy-regex = "3"
libm = "0.2"
libp2p = { workspace = true, features = [
'autonat',
'gossipsub',
Expand Down Expand Up @@ -173,6 +174,7 @@ pin-project-lite = "0.2"
positioned-io = "0.3"
pretty_assertions = "1"
prometheus-client = "0.23"
puruspe = "0.4"
quick-protobuf = "0.8"
quick-protobuf-codec = "0.3"
rand = "0.8"
Expand Down Expand Up @@ -241,6 +243,7 @@ tracing-loki = { version = "0.2", default-features = false, features = ["compat-
termios = "0.3"

[dev-dependencies]
all_asserts = "2"
ariadne = "0.6"
assert_cmd = "2"
bimap = "0.6"
Expand Down
Loading
Loading