~repos /rust-embed
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.
806f43e0
—
Ryan Lopopolo 6 years ago
revert explicitly enumerated examples and tests
- Cargo.toml +0 -20
Cargo.toml
CHANGED
|
@@ -10,26 +10,6 @@ keywords = ["http", "rocket", "static", "web", "server"]
|
|
|
10
10
|
categories = ["web-programming::http-server"]
|
|
11
11
|
authors = ["pyros2097 <pyros2097@gmail.com>"]
|
|
12
12
|
|
|
13
|
-
[[test]]
|
|
14
|
-
name = "lib"
|
|
15
|
-
path = "tests/lib.rs"
|
|
16
|
-
required-features = []
|
|
17
|
-
|
|
18
|
-
[[test]]
|
|
19
|
-
name = "interpolated_path"
|
|
20
|
-
path = "tests/interpolated_path.rs"
|
|
21
|
-
required-features = ["interpolate-folder-path"]
|
|
22
|
-
|
|
23
|
-
[[example]]
|
|
24
|
-
name = "rocket"
|
|
25
|
-
path = "examples/rocket.rs"
|
|
26
|
-
required-features = ["rocket"]
|
|
27
|
-
|
|
28
|
-
[[example]]
|
|
29
|
-
name = "warp"
|
|
30
|
-
path = "examples/warp.rs"
|
|
31
|
-
required-features = ["warp"]
|
|
32
|
-
|
|
33
13
|
[dependencies]
|
|
34
14
|
walkdir = "2.2.7"
|
|
35
15
|
rust-embed-impl = { version = "4.4.0", path = "impl"}
|