~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


f06863e0 Peter John

3 years ago
Fix false positive cargo pants vulnerability
Files changed (1) hide show
  1. .pants-ignore +3 -0
.pants-ignore ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "ignore": [{ "id": "sonatype-2021-4646", "reason": "We are handling it this case. Sonatype doesn't recognize that." }]
3
+ }