~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.
79e6baf4
—
Paolo Barbolini 5 years ago
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"]
|