flex_process 0.1.0

cli tool in order to edit flex process.edn file using JSON and JSON Schema
Documentation
[package]
name = "flex_process"
version = "0.1.0"
edition = "2021"
description = "cli tool in order to edit flex process.edn file using JSON and JSON Schema"
license= "MIT"
author="Mickael Doranges"
include = [
    "**/*.rs",
    "Cargo.toml",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
edn-rs ={ version = "0.17.4", features = ["json"] }
serde_json = "1"
serde = { version = "1.0", features = ["derive"] }
edn-format = "3.3.0"
edn-derive = "0.5.0"
schemars = "0.8"