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

Rename to embd

This commit is contained in:
RGBCube 2024-02-22 10:50:17 +03:00
parent 7c2eb614db
commit 53f550c9c0
No known key found for this signature in database
10 changed files with 86 additions and 91 deletions

18
embd-macros/Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "embd-macros"
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.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = { version = "1", features = [ "span-locations" ] }
quote = "1"
syn = "2"