Skip to content

Commit

Permalink
chore: clean up unused deps (#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Oct 13, 2024
1 parent 67a1747 commit ac0fa99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 23 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions bin/saya/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ version.workspace = true
[dependencies]
anyhow.workspace = true
clap.workspace = true
clap-verbosity-flag.workspace = true
clap_complete.workspace = true
console.workspace = true
dojo-utils.workspace = true
katana-primitives.workspace = true
katana-rpc-api.workspace = true
saya-core.workspace = true
serde_json.workspace = true
starknet.workspace = true
tokio.workspace = true
tracing.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions bin/saya/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![warn(unused_crate_dependencies)]

//! Saya executable entry point.
use clap::Parser;
use console::Style;
Expand Down
11 changes: 3 additions & 8 deletions crates/torii/graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,21 @@ anyhow.workspace = true
async-graphql = { version = "6.0.7", features = [ "chrono", "dynamic-schema" ] }
async-graphql-warp = "6.0.7"
async-recursion = "1.0.5"
async-trait.workspace = true
base64.workspace = true
cainome.workspace = true
chrono.workspace = true
convert_case = "0.6.0"
dojo-types.workspace = true
lazy_static.workspace = true
regex.workspace = true
scarb-ui.workspace = true
serde.workspace = true
serde_json.workspace = true
sqlx.workspace = true
starknet-crypto.workspace = true
strum.workspace = true
strum_macros.workspace = true
thiserror.workspace = true
tokio-stream = "0.1.11"
tokio-util = "0.7.7"
tokio.workspace = true
toml.workspace = true
tokio-stream = "0.1.11"
torii-core.workspace = true
tracing.workspace = true
url.workspace = true
Expand All @@ -46,7 +41,7 @@ dojo-world.workspace = true
katana-runner.workspace = true
scarb.workspace = true
serial_test = "2.0.0"
sozo-ops.workspace = true
starknet-crypto.workspace = true
starknet.workspace = true
starknet-crypto.workspace = true
tempfile.workspace = true
toml.workspace = true
2 changes: 2 additions & 0 deletions crates/torii/graphql/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![warn(unused_crate_dependencies)]

pub mod object;

mod constants;
Expand Down

0 comments on commit ac0fa99

Please sign in to comment.