Skip to content

Commit

Permalink
Merge pull request #48 from emmachase/multipath
Browse files Browse the repository at this point in the history
feat: multipath characters
  • Loading branch information
IceDynamix authored Aug 13, 2024
2 parents 6468805 + 8e155ae commit 81616c9
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 53 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ base64 = "0.22.1"
clap = { version = "4.5.14", features = ["derive"] }
color-eyre = "0.6.3"
pcap = "2.0.0"
protobuf = "~3.4.0" # match the protobuf version used in reliquary-codegen
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.122"
tracing = "0.1.40"
Expand All @@ -23,7 +24,7 @@ ureq = { version = "2.10.1", features = ["json"] }

[dependencies.reliquary]
git = "https://github.com/IceDynamix/reliquary"
tag = "v3.0.0"
tag = "v3.1.0"

[profile.release]
opt-level = "z" # optimize for size
Expand Down
Loading

0 comments on commit 81616c9

Please sign in to comment.