mirror of
https://github.com/tauri-apps/tauri-includedir.git
synced 2026-02-04 02:31:16 +01:00
15 lines
321 B
TOML
15 lines
321 B
TOML
[package]
|
|
name = "foo"
|
|
version = "0.1.0"
|
|
authors = ["Till Höppner <till@hoeppner.ws>"]
|
|
build = "build.rs"
|
|
include = ["data", "data/*", "data/**"]
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
phf = "0.8.0"
|
|
tauri_includedir = { path = "../lib" }
|
|
|
|
[build-dependencies]
|
|
tauri_includedir_codegen = { path = "../codegen" } |