[package]
edition = "2024"
name = "jlou"
version = "0.1.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for JSON-RPC 2.0 over JSON Lines over UDP"
homepage = "https://github.com/sile/jlou"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sile/jlou"
[lib]
name = "jlou"
path = "src/lib.rs"
[[bin]]
name = "jlou"
path = "src/main.rs"
[dependencies.noargs]
version = "0.4.2"
[dependencies.nojson]
version = "0.3.8"