# 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 = "create-discord-bot" version = "0.1.1" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Simple command line tool to get boilerplate code for building a discord bot!" homepage = "https://github.com/27Saumya/create-discord-bot" readme = "README.md" keywords = [ "cli", "discord-bot", "command-line", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/27Saumya/create-discord-bot" [dependencies.colored] version = "2.0.4" [dependencies.console] version = "0.15.7" [dependencies.dialoguer] version = "0.11.0"