mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-10-30 15:57:34 +00:00
12 lines
No EOL
227 B
TOML
12 lines
No EOL
227 B
TOML
[package]
|
|
name = "fixed-bytes"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["bytes/std", "dep:thiserror"]
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true, optional = true }
|
|
bytes = { workspace = true } |