Skip to content

Commit

Permalink
remove unused deps from new crate
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Apr 21, 2024
1 parent 358899d commit c855d72
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

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

10 changes: 0 additions & 10 deletions programs/sbf/Cargo.lock

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

11 changes: 0 additions & 11 deletions ui-account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,15 @@ license = { workspace = true }
edition = { workspace = true }

[dependencies]
Inflector = { workspace = true }
base64 = { workspace = true }
bincode = { workspace = true }
bs58 = { workspace = true }
bv = { workspace = true }
lazy_static = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
solana-config-program = { workspace = true }
solana-sdk = { workspace = true }
spl-token = { workspace = true, features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
spl-token-group-interface = { workspace = true }
spl-token-metadata-interface = { workspace = true }
thiserror = { workspace = true }
zstd = { workspace = true }

[dev-dependencies]
assert_matches = { workspace = true }
spl-pod = { workspace = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit c855d72

Please sign in to comment.