# 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 = "memos-cli-ui" version = "0.3.0" authors = ["Paul van der Meijs"] description = "A command-line tool for Memos." keywords = [ "cli", "memos", ] license = "MIT" repository = "https://github.com/paulvandermeijs/memos-cli" [dependencies.anyhow] version = "1.0.89" [dependencies.crossterm] version = "0.28.1" [dependencies.memos-api] version = "0.3.0" [dependencies.ratatui] version = "0.28.1"