~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.
799c0a91
—
frederikhors 3 years ago
remove Cargo.toml and .gitignore
- examples/axum-spa/.gitignore +0 -1
- examples/axum-spa/Cargo.toml +0 -12
examples/axum-spa/.gitignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/target
|
examples/axum-spa/Cargo.toml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
[package]
|
|
2
|
-
name = "rust_embed_spa"
|
|
3
|
-
version = "0.1.0"
|
|
4
|
-
edition = "2021"
|
|
5
|
-
|
|
6
|
-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
7
|
-
|
|
8
|
-
[dependencies]
|
|
9
|
-
axum = "0.5.15"
|
|
10
|
-
mime_guess = "2.0.4"
|
|
11
|
-
rust-embed = "6.4.0"
|
|
12
|
-
tokio = { version = "1.20.1", features = ["full"] }
|