Skip to content

Commit

Permalink
chore(examples): rename static-embed to include-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 1, 2023
1 parent 556f667 commit 2869844
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "static-embed"
name = "include-dir"
version = "0.1.0"
edition.workspace = true
publish = false

[dependencies]
viz.workspace = true
include_dir = "0.7.3"
http-body-util = "0.1"

tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

include_dir = "0.7"
http-body-util = "0.1"

0 comments on commit 2869844

Please sign in to comment.