# 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 = "bfom-blog" version = "0.1.21" authors = ["Brendan Golden "] description = "CLI tool for my own blog" readme = "README.md" keywords = ["markdown"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/silver_rust/bfom" resolver = "1" [[bin]] name = "cargo-bfom-blog" path = "src/main.rs" [dependencies.bfom-lib] version = "^0.1.50"