Skip to content

Commit

Permalink
Legacy testing (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Solovay <[email protected]>
  • Loading branch information
piotr-iohk and harrysolovay authored Nov 28, 2024
1 parent 4c85cf9 commit 771592e
Show file tree
Hide file tree
Showing 22 changed files with 507 additions and 321 deletions.
166 changes: 67 additions & 99 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cynic-querygen = "3.7.3"
indoc = "2.0.5"

[dependencies]
aide = { version = "0.13.4", features = ["scalar"] }
anyhow = "1.0.86"
axum = { version = "0.7.5", features = ["macros"] }
bs58 = "0.5.1"
Expand All @@ -24,8 +23,11 @@ cynic = { version = "3.7.3", features = ["http-reqwest-blocking"] }
dashmap = "6.1.0"
derive_more = { version = "1.0.0", features = ["full"] }
dotenv = "0.15.0"
envy = "0.4.2"
futures = "0.3.30"
erased-serde = "0.4.5"
futures = "0.3.31"
http = "1.1.0"
http-body-util = "0.1.2"
mime = "0.3.17"
paste = "1.0.15"
pretty_assertions = "1.4.1"
reqwest = { version = "0.12.5", features = ["json", "blocking"] }
Expand All @@ -34,6 +36,7 @@ serde_json = { version = "1.0.121" }
sqlx = { version = "0.8.0", features = ["runtime-tokio", "postgres", "json"] }
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = ["full"] }
tower = "0.5.1"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

Expand Down
Loading

0 comments on commit 771592e

Please sign in to comment.