fixed changed name for crate

This commit is contained in:
2025-07-28 19:57:25 +02:00
parent 394885d4cf
commit c2c30ea311
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Simple way to use [`include_bytes!`](https://doc.rust-lang.org/std/macro.include
# Example
```rust
use embed_dir::Embed;
use dir_embed::Embed;
#[derive(Embed)]
#[dir = "../web/static"] // Path is relativ to the current file

View File

@@ -1,4 +1,4 @@
use embed_dir::Embed;
use dir_embed::Embed;
#[derive(Embed)]
#[dir = "./../testdata/"]