# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "leetcode-tui-shared" version = "0.4.0" authors = ["Akarsh "] description = "Leetcode tui shared library" keywords = [ "tui", "leetcode", "terminal", "algorithms", "cli", ] license = "MIT" repository = "https://github.com/akarsh1995/leetcode-tui" [dependencies.color-eyre] version = "^0" [dependencies.crossterm] version = "^0" features = ["event-stream"] [dependencies.ratatui] version = "^0.23" features = ["all-widgets"] [dependencies.signal-hook] version = "^0" [dependencies.tokio] version = "^1" features = ["full"] [dependencies.tokio-util] version = "^0"