This commit is contained in:
nora 2022-09-25 13:27:49 +02:00
parent a90c1bf054
commit 6fc05446fb
7 changed files with 143 additions and 30 deletions

View file

@ -12,4 +12,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mono-fmt-macro = { path = "./mono-fmt-macro" }
mono-fmt-macro = { path = "./mono-fmt-macro" }
[features]
alloc = []
std = ["alloc"]
default = ["std"]