[package]
edition = "2024"
name = "oxmap"
version = "0.1.0"
authors = ["Rohan Adwankar <rohan.adwankar@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI for Flowcharts and Mindmaps"
readme = "README.md"
keywords = [
"TUI",
"mindmap",
"mermaid",
"flowchart",
"devtool",
]
license = "MIT"
repository = "https://github.com/RohanAdwankar/oxmap"
[[bin]]
name = "oxmap"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.crossterm]
version = "0.28"
[dependencies.ratatui]
version = "0.29"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"