Files
roto/runtime/Cargo.toml
T

13 lines
222 B
TOML
Raw Normal View History

2026-05-04 22:45:55 -07:00
[package]
name = "roto-runtime"
version = "0.1.0"
edition = "2024"
[dependencies]
bytes = { version = "1.7", default-features = false, optional = true }
2026-05-17 19:55:44 -07:00
[features]
default = ["std"]
std = ["alloc"]
alloc = ["bytes/std"]