# 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 = "bmark" version = "0.1.5" description = "Bookmarks cli for your local file system." homepage = "https://BalderHolst.com/projects/bmark" readme = "README.md" keywords = [ "bookmarks", "cli", "local", "terminal", "rofi", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/BalderHolst/bmark" [dependencies.directories] version = "5.0.0" [dependencies.fuzzy_finder] version = "0.3.2" [dependencies.gumdrop] version = "0.8.1" [dependencies.rofi] version = "0.3.0" [dependencies.serde] version = "1.0.159" [dependencies.toml] version = "0.7.3"