Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

chore: workspace inheritance #30939

Merged
merged 16 commits into from
Mar 29, 2023
Prev Previous commit
Next Next commit
quic-client/Cargo.toml
  • Loading branch information
yihau committed Mar 28, 2023
commit e89e8e763d58a0a3388cdde57e077330b0c3c502
12 changes: 6 additions & 6 deletions quic-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "solana-quic-client"
version = "1.16.0"
description = "Solana Quic Client"
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solanalabs.com/"
documentation = "https://docs.rs/solana-quic-client"
edition = "2021"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

[dependencies]
async-mutex = { workspace = true }
Expand Down