mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
19 lines
386 B
TOML
19 lines
386 B
TOML
[package]
|
|
name = "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
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "lib"]
|
|
name = "utils"
|
|
|
|
[dependencies]
|
|
bytemuck.workspace = true
|
|
solana-program.workspace = true
|