Skip to content

Commit

Permalink
Add Nitriding key sync support
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Jul 19, 2024
1 parent cfbf4e4 commit 04234f2
Show file tree
Hide file tree
Showing 9 changed files with 948 additions and 339 deletions.
170 changes: 166 additions & 4 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "star-randsrv"
version = "0.2.0"
version = "0.3.0"
authors = ["Ralph Giles <[email protected]>"]
description = "STAR randomness webservice"
license = "MPL-2.0"
Expand All @@ -10,9 +10,11 @@ edition = "2021"
axum = "0.7.5"
axum-prometheus = "0.6.1"
base64 = "0.22.1"
bincode = "1.3.3"
calendar-duration = "1.0.0"
clap = { version = "4.5.4", features = ["derive"] }
ppoprf = "0.3.1"
ppoprf = { version = "0.4.0", path = "../sta-rs/ppoprf" }
reqwest = { version = "0.12.5", default-features = false, features = ["charset", "macos-system-configuration"] }
rlimit = "0.10"
serde = "1.0.200"
serde_json = "1.0.115"
Expand Down
Loading

0 comments on commit 04234f2

Please sign in to comment.