Files
jaarg/jaarg-nostd/Cargo.toml

11 lines
199 B
TOML
Raw Permalink Normal View History

2025-11-07 06:41:34 +11:00
[package]
publish = false
name = "jaarg-nostd"
description = "nostd examples for jaarg"
edition.workspace = true
[dependencies.jaarg]
path = "../jaarg"
default-features = false
features = ["alloc"]