rust-embed v8.11.0
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.
79e6baf
— Paolo Barbolini
2020-02-24T14:02:07+01:00
cargo: make impl and utils part of the same workspace
- Cargo.toml +3 -0
Cargo.toml
CHANGED
|
@@ -35,3 +35,6 @@ travis-ci = { repository = "pyros2097/rust-embed" }
|
|
|
35
35
|
is-it-maintained-issue-resolution = { repository = "pyros2097/rust-embed" }
|
|
36
36
|
is-it-maintained-open-issues = { repository = "pyros2097/rust-embed" }
|
|
37
37
|
maintenance = { status = "passively-maintained" }
|
|
38
|
+
|
|
39
|
+
[workspace]
|
|
40
|
+
members = ["impl", "utils"]
|