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
programs/address-lookup-table/Cargo.toml
  • Loading branch information
yihau committed Mar 28, 2023
commit d84addd26e0abac0c1eff6f4d7e00affb1870c7e
12 changes: 6 additions & 6 deletions programs/address-lookup-table/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "solana-address-lookup-table-program"
version = "1.16.0"
description = "Solana address lookup table program"
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-address-loookup-table-program"
edition = "2021"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

[dependencies]
bincode = { workspace = true }
Expand Down