mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-07-03 21:49:28 +00:00
12 lines
192 B
TOML
12 lines
192 B
TOML
|
|
[package]
|
||
|
|
name = "lez-authority"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
license = "MIT OR Apache-2.0"
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
borsh = { workspace = true, features = ["derive"] }
|