mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-19 07:20:18 +00:00
Create no_std examples
This commit is contained in:
10
jaarg-nostd/Cargo.toml
Normal file
10
jaarg-nostd/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
publish = false
|
||||
name = "jaarg-nostd"
|
||||
description = "nostd examples for jaarg"
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies.jaarg]
|
||||
path = "../jaarg"
|
||||
default-features = false
|
||||
features = ["alloc"]
|
||||
Reference in New Issue
Block a user