dynamic/static embeds

This commit is contained in:
Robin Appelman 2023-04-12 21:08:09 +02:00
commit cb56c80555
22 changed files with 9068 additions and 665 deletions

16
build/derive/Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "demostf-build-derive"
version = "0.1.0"
edition = "2021"
[lib]
name = "demostf_build_derive"
proc-macro = true
[dependencies]
syn = "2.0.12"
quote = "1.0.26"
proc-macro2 = "1.0.54"
structmeta = "0.2.0"
merge = "0.1.0"
demostf-build-bundlers = {version = "0.1", path = "../bundlers"}