rust-embed v8.11.0

#rust#proc-macro#http

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

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


f48d06apyrossh 2023-08-24T18:48:13+05:30
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 <[email protected]>"]
12
12
  edition = "2018"
13
+ rust-version = "1.60.0"
13
14
 
14
15
  [[example]]
15
16
  name = "warp"