mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 12:09:57 +00:00
14 lines
No EOL
265 B
TOML
14 lines
No EOL
265 B
TOML
[package]
|
|
name = "fixed-bytes"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
authors = ["Boog900"]
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["bytes/std", "dep:thiserror"]
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true, optional = true }
|
|
bytes = { workspace = true } |