ring2stdout 0.2.1

ringtostdout replacement in RUST that does not require an NSCLDAQ installation
Documentation
[package]
name = "ring2stdout"

version = "0.2.1"
edition = "2018"

#authors = "Ron Fox"
license = "GPL-3.0"
homepage = "http://docs.frib.msu.edu/daq"
repository="https://github.com/FRIBDAQ/rust-ringtostdout.git"
description = "ringtostdout replacement in RUST that does not require an NSCLDAQ installation"

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


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

[dependencies]
nscldaq_ringbuffer = "0.8.9"
portman_client = "0.2.0"
proctitle = "0.1.1"
clap = {version = "=4.6.0", features=["cargo"]}