Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehermann committed Dec 16, 2024
1 parent 3df6edd commit 97fcb76
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ crate-type = ["staticlib"]
# presage needs this, taken from https://github.com/whisperfish/presage/blob/8b9af8e/Cargo.toml
[patch.crates-io]
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }
reqwest-websocket = { git = 'https://github.com/jgraef/reqwest-websocket ', tag = 'v0.4.4'} # https://github.com/jgraef/reqwest-websocket/issues/32

[dependencies]
presage = { git = "https://github.com/whisperfish/presage", rev = "8b9af8e" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "8b9af8e" }
mime-sniffer = { git = "https://github.com/kamadorueda/rust-mime-sniffer"}
hex = "*"
chrono = "*"
mime_guess = "2.0"
#stdint = "0.2"
#stdint = "0.2" # TODO: find out how to use this for more reliable type widths
# these are taken from https://github.com/whisperfish/presage/blob/8b9af8e/presage-cli/Cargo.toml
chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] }
futures = "0.3"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
mime_guess = "2.0"
hex = "0.4"
tokio = { version = "1.35", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }

# https://github.com/johnthagen/min-sized-rust
[profile.release]
Expand Down

0 comments on commit 97fcb76

Please sign in to comment.