[package] name = "ratatui-graph" version = "0.1.0" edition = "2021" description = "A widget for graphs" license = "MIT" repository = "https://github.com/kdheepak/ratatui-graph" authors = ["Dheepak Krishnamurthy"] [dependencies] ratatui = { version = "0.28.0", features = ["unstable-widget-ref"] }