1
Fork 0
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:
RGBCube 2024-05-22 11:16:49 +03:00
parent 766b11a9b7
commit 2b65ed2c2d
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[build]
rustflags = [ "--cfg", "procmacro2_semver_exempt" ]

2
.gitignore vendored
View file

@ -1,5 +1,7 @@
*
!.cargo/
!embd/
!embd/src/