rename utils to ore-utils

This commit is contained in:
Hardhat Chad
2024-07-08 18:12:51 +00:00
parent b771faf1f7
commit ce9a7012a2
7 changed files with 18 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "utils"
name = "ore-utils"
description = "Utils for building ORE programs"
version.workspace = true
edition.workspace = true
@@ -9,10 +9,6 @@ documentation.workspace = true
repository.workspace = true
keywords.workspace = true
[lib]
crate-type = ["cdylib", "lib"]
name = "utils"
[dependencies]
bytemuck.workspace = true
solana-program.workspace = true