mirror of
https://github.com/RGBCube/embd-rs
synced 2025-07-29 22:47:44 +00:00
Todo dirs
This commit is contained in:
parent
d262e42422
commit
c031e19e7f
15 changed files with 371 additions and 179 deletions
15
Cargo.toml
15
Cargo.toml
|
@ -1,13 +1,2 @@
|
|||
[package]
|
||||
name = "embed"
|
||||
description = "Read files or directories from the filesystem at runtime on debug, embed on release."
|
||||
repository = "https://github.com/RGBCube/embed-rs"
|
||||
license = "MIT"
|
||||
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
|
||||
cateories = [ "filesystem" ]
|
||||
authors = [ "RGBCube" ]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
include_dir = { version = "^0.7", features = [ "metadata" ] }
|
||||
[workspace]
|
||||
members = [ "embed", "macros" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue