blob: 2338f4f162c7f623d01d950f57d02da89a5990cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "pom-parser"
description = "Parser for the POM configuration language"
homepage = "https://pom.computer"
repository = "https://github.com/pommicket/pom-rs"
categories = ["config", "no-std"]
keywords = ["configuration", "no_std"]
license = "0BSD"
version = "0.1.0"
edition = "2024"
[dependencies]
[features]
default = ["std"]
std = []
|