path-marker 0.3.5

A tool to book mark paths
[[bin]]
name = "path-marker"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "3.0"

[dependencies.confy]
version = "0.5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0.144"

[dependencies.structopt]
version = "0.3.26"

[package]
authors = ["Cassin01"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool to book mark paths"
edition = "2021"
homepage = "https://github.com/Cassin01/path-marker"
keywords = ["cli"]
license = "MIT OR Apache-2.0"
name = "path-marker"
readme = "README.md"
repository = "https://github.com/Casin01/path-marker"
version = "0.3.5"