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

[dependencies]

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