mirror of
https://github.com/RGBCube/embd-rs
synced 2025-07-28 14:07:45 +00:00
14 lines
462 B
TOML
14 lines
462 B
TOML
[package]
|
|
name = "embd"
|
|
description = "Read files or directories from the filesystem at runtime on debug, embed on release."
|
|
repository = "https://github.com/RGBCube/embd-rs"
|
|
license = "MIT"
|
|
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
|
|
categories = [ "filesystem" ]
|
|
authors = [ "RGBCube" ]
|
|
version = "0.1.4"
|
|
edition = "2021"
|
|
include = [ "src/**/*.rs", "../README.md" ]
|
|
|
|
[dependencies]
|
|
embd-macros = "0.1"
|