mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-16 23:16:47 +00:00
15 lines
337 B
TOML
15 lines
337 B
TOML
[package]
|
|
name = "ore-utils"
|
|
description = "Utils for building ORE programs"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
|
|
[dependencies]
|
|
bytemuck.workspace = true
|
|
solana-program.workspace = true
|