Skip to content

Commit

Permalink
[π˜€π—½π—Ώ] initial version
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
sunshowers committed Nov 5, 2023
1 parent cede9b3 commit 66084c0
Show file tree
Hide file tree
Showing 31 changed files with 257 additions and 267 deletions.
168 changes: 111 additions & 57 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ headers = "0.3.9"
heck = "0.4"
hex = "0.4.3"
hex-literal = "0.4.1"
hickory-client = "0.24.0"
hickory-proto = "0.24.0"
hickory-resolver = "0.24.0"
hickory-server = "0.24.0"
highway = "1.1.0"
hkdf = "0.12.3"
http = "0.2.9"
Expand Down Expand Up @@ -366,10 +370,6 @@ toml = "0.8.6"
toml_edit = "0.20.7"
topological-sort = "0.2.2"
tough = { version = "0.12", features = [ "http" ] }
trust-dns-client = "0.22"
trust-dns-proto = "0.22"
trust-dns-resolver = "0.22"
trust-dns-server = "0.22"
trybuild = "1.0.85"
tufaceous = { path = "tufaceous" }
tufaceous-lib = { path = "tufaceous-lib" }
Expand Down
2 changes: 1 addition & 1 deletion clients/oxide-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ anyhow.workspace = true
base64.workspace = true
chrono.workspace = true
futures.workspace = true
hickory-resolver.workspace = true
http.workspace = true
hyper.workspace = true
progenitor.workspace = true
Expand All @@ -19,6 +20,5 @@ serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = [ "net" ] }
trust-dns-resolver.workspace = true
uuid.workspace = true
omicron-workspace-hack.workspace = true
Loading

0 comments on commit 66084c0

Please sign in to comment.