Skip to content
Draft
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
187 changes: 164 additions & 23 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ futures-timer = "3.0"
backon = "1.6.0"
hex = { version = "0.4.3" }
hex-literal = "0.4"
# Filesystem watching for the builder-registration overrides file. Charon uses
# fsnotify for the same purpose; `macos_fsevent` is disabled in favour of the
# default kqueue backend to avoid the extra C dependency.
notify = { version = "8", default-features = false, features = ["macos_kqueue"] }
prost = "0.14"
prost-build = "0.14"
prost-types = "0.14"
Expand Down
Loading
Loading