# 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 = "multi-start" version = "0.1.2" description = "Launch browser bookmarks directly from the terminal" readme = "README.md" keywords = [ "bookmarks", "cli", "web", "json", "terminal", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/lesleyrs/multi-start" [[bin]] name = "bm" path = "src/main.rs" [dependencies.serde_json] version = "1.0.97" [dependencies.time] version = "0.3.22" features = ["local-offset"]