summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f9b48bb488fb2e56a0dfa84a1343699c647c23d3 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "pom-parser"
version = "0.1.0"
edition = "2024"

[dependencies]

[features]
default = ["std"]
std = []