fake-vice-bin 0.1.1

Very simple wrapper to handle remote monitoring of VICE via the binary interface.
Documentation
[package]
name = "fake-vice-bin"
version = "0.1.1"
edition = "2021"

description = "Very simple wrapper to handle remote monitoring of VICE via the binary interface."
license = "MIT"
readme = "README.md"
homepage = "https://github.com/AndreasOM/fake-vice-bin"
repository = "https://github.com/AndreasOM/fake-vice-bin"
keywords = ["c64", "vice", "monitor", "debugging", "command-line"]
categories = ["command-line-utilities"]

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

[[bin]]
name="fake-vice-bin"
path="src/cli_main.rs"

[dependencies]
anyhow = "1.0.65"
ringbuf = "0.3.0"