mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
dynamic/static embeds
This commit is contained in:
parent
e5c9aeb7fe
commit
cb56c80555
22 changed files with 9068 additions and 665 deletions
16
build/derive/Cargo.toml
Normal file
16
build/derive/Cargo.toml
Normal 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"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue