21 lines
373 B
TOML
21 lines
373 B
TOML
|
[package]
|
||
|
name = "trigger-fileconfig"
|
||
|
edition = "2024"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
byteorder.workspace = true
|
||
|
flatbuffers.workspace = true
|
||
|
|
||
|
paste.workspace = true
|
||
|
xxhash-rust.workspace = true
|
||
|
|
||
|
const_format.workspace = true
|
||
|
blockfile = { path = "blockfile" }
|
||
|
|
||
|
serde.workspace = true
|
||
|
serde_json.workspace = true
|
||
|
|
||
|
[build-dependencies]
|
||
|
flatc-rust.workspace = true
|