Files
plxml/Cargo.toml
2023-11-28 18:01:09 +01:00

10 lines
220 B
TOML

[package]
name = "plxml"
version = "0.1.1"
edition = "2021"
default-run = "interpreter"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
roxmltree = "0.19"