ron2-cli 0.2.1

CLI tools for RON (Rusty Object Notation)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ron2-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "CLI tools for RON (Rusty Object Notation)"

[[bin]]
name = "ron"
path = "src/main.rs"

[dependencies]
ron2 = { workspace = true, features = ["xdg"] }
ron2-doc.workspace = true
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"