Skip to content

Commit

Permalink
Use coinbase-mesh Crate (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay authored Oct 4, 2024
1 parent 99ac99e commit 507482f
Show file tree
Hide file tree
Showing 202 changed files with 68 additions and 6,175 deletions.
52 changes: 33 additions & 19 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ aide = { version = "0.13.4", features = ["scalar"] }
anyhow = "1.0.86"
axum = { version = "0.7.5", features = ["macros"] }
clap = { version = "4.5.11", features = ["derive", "env"] }
coinbase-mesh = "0.1.0"
convert_case = "0.6.0"
cynic = { version = "3.7.3", features = ["http-reqwest-blocking"] }
derive_more = { version = "1.0.0", features = ["full"] }
dotenv = "0.15.0"
envy = "0.4.2"
futures = "0.3.30"
mesh = { path = "./mesh_generated" }
paste = "1.0.15"
reqwest = { version = "0.12.5", features = ["json", "blocking"] }
serde = { version = "1.0.204", features = ["derive"] }
Expand Down
11 changes: 5 additions & 6 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@
"enableGlobDot": true,
"dictionaries": ["project-words", "rust"],
"ignorePaths": [
".git/**",
".sqlx/**",
"mesh_generated/**",
".git",
".sqlx",
"src/graphql/schema/mina_schema.graphql",
"sql/**",
"sql",
"static/scalar.standalone.min.js",
"target/**",
"target",
"tests/snapshots",
"flake.*",
"nix/**",
"nix",
".gitignore"
],
"useGitignore": true,
Expand Down
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm"
"https://plugins.dprint.dev/toml-0.6.3.wasm"
]
}
3 changes: 0 additions & 3 deletions mesh_generated/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions mesh_generated/.openapi-generator-ignore

This file was deleted.

173 changes: 0 additions & 173 deletions mesh_generated/.openapi-generator/FILES

This file was deleted.

1 change: 0 additions & 1 deletion mesh_generated/.openapi-generator/VERSION

This file was deleted.

1 change: 0 additions & 1 deletion mesh_generated/.travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions mesh_generated/Cargo.toml

This file was deleted.

Loading

0 comments on commit 507482f

Please sign in to comment.