rataflow 0.0.0

Reserved for an interactive node-graph / flow-editor widget for ratatui
Documentation
[package]
name = "rataflow"
version = "0.0.0"
build = false
include = ["Cargo.toml", "README.md", "src/lib.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved for an interactive node-graph / flow-editor widget for ratatui"
documentation = "https://docs.rs/rataflow"
readme = "README.md"
license = "MIT"

[lib]
name = "rataflow"
path = "src/lib.rs"

[lints.rust]
unsafe_code = "forbid"