Files

13 lines
196 B
TOML
Raw Permalink Normal View History

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