mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-14 15:25:08 +01:00
cfg
This commit is contained in:
parent
a90c1bf054
commit
6fc05446fb
7 changed files with 143 additions and 30 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue