irisdata 0.1.0

A command-line app for extracting JSON data from stdin.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "irisdata"
version = "0.1.0"
authors = ["Adam Shirey <adam@shirey.ch>"]
edition = "2021"

description = "A command-line app for extracting JSON data from stdin."
readme = "README.md"
homepage = "https://github.com/aeshirey/irisdata/"
repository = "https://github.com/aeshirey/irisdata/"
license = "MIT OR Apache-2.0"
keywords = ["data", "iris"]


[dependencies]