1
0
Fork 0
forked from wry/wry

toml-config: add named actions

This commit is contained in:
Julian Orth 2025-04-25 17:18:49 +02:00
parent 8552c5f1eb
commit 3100773ae0
15 changed files with 587 additions and 4 deletions

7
Cargo.lock generated
View file

@ -641,6 +641,7 @@ dependencies = [
"jay-config",
"log",
"phf",
"run-on-drop",
"serde_json",
"simplelog",
"thiserror",
@ -1092,6 +1093,12 @@ dependencies = [
"xmlparser",
]
[[package]]
name = "run-on-drop"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c9afdcca45aed5b357d64e0d033f6400c07a668aa4f9b92d25d39a884889457"
[[package]]
name = "rustc-demangle"
version = "0.1.24"