1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-29 22:47:44 +00:00

Todo dirs

This commit is contained in:
RGBCube 2023-12-31 19:26:12 +03:00
parent d262e42422
commit c031e19e7f
No known key found for this signature in database
15 changed files with 371 additions and 179 deletions

View file

@ -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" ]