~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.


f48d06af pyrossh

2 years ago
Set minimum supported rust version to v1.60.0
Files changed (1) hide show
  1. Cargo.toml +1 -0
Cargo.toml CHANGED
@@ -10,6 +10,7 @@ keywords = ["http", "rocket", "static", "web", "server"]
10
10
  categories = ["web-programming", "filesystem"]
11
11
  authors = ["pyros2097 <pyros2097@gmail.com>"]
12
12
  edition = "2018"
13
+ rust-version = "1.60.0"
13
14
 
14
15
  [[example]]
15
16
  name = "warp"