mirror of
https://github.com/RGBCube/embd-rs
synced 2025-05-14 03:54:58 +00:00
Add .cargo/config.toml for lib editing
This commit is contained in:
parent
766b11a9b7
commit
2b65ed2c2d
2 changed files with 4 additions and 0 deletions
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[build]
|
||||
rustflags = [ "--cfg", "procmacro2_semver_exempt" ]
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
*
|
||||
|
||||
!.cargo/
|
||||
|
||||
!embd/
|
||||
!embd/src/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue