| 1234567891011121314151617 |
- [package]
- name = "sbpf-common"
- version.workspace = true
- description = "Common types and utilities for SBPF (Solana BPF)"
- edition = "2024"
- license = "MIT OR Apache-2.0"
- repository = "https://github.com/blueshift-gg/sbpf"
- keywords = ["solana", "bpf", "blockchain"]
- categories = ["development-tools"]
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "sbpf_common"
- [dependencies]
- num-derive = { workspace = true }
- num-traits = { workspace = true }
|