mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-19 07:20:18 +00:00
11 lines
199 B
TOML
11 lines
199 B
TOML
|
|
[package]
|
||
|
|
publish = false
|
||
|
|
name = "jaarg-nostd"
|
||
|
|
description = "nostd examples for jaarg"
|
||
|
|
edition.workspace = true
|
||
|
|
|
||
|
|
[dependencies.jaarg]
|
||
|
|
path = "../jaarg"
|
||
|
|
default-features = false
|
||
|
|
features = ["alloc"]
|