~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.
53a12dbc
—
Peter John 2 years ago
Merge pull request #202 from DusterTheFirst/salvo-fix
- Cargo.toml +5 -0
Cargo.toml
CHANGED
|
@@ -41,6 +41,11 @@ name = "poem"
|
|
|
41
41
|
path = "examples/poem.rs"
|
|
42
42
|
required-features = ["poem-ex"]
|
|
43
43
|
|
|
44
|
+
[[example]]
|
|
45
|
+
name = "salvo"
|
|
46
|
+
path = "examples/salvo.rs"
|
|
47
|
+
required-features = ["salvo-ex"]
|
|
48
|
+
|
|
44
49
|
[[test]]
|
|
45
50
|
name = "interpolated_path"
|
|
46
51
|
path = "tests/interpolated_path.rs"
|