# 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 = "adn" version = "0.1.9" authors = ["Wilovy09"] exclude = ["static/**/*"] include = [ "**/**/*.rs", "Cargo.toml", ] description = "🧬 The easy way to install LSP in Helix" homepage = "https://github.com/Wilovy09/ADN" readme = "README.md" keywords = [ "helix", "lsp", "development-tools", "develop", "tools", ] categories = [ "development-tools", "lsp", "helix", ] license = "MIT" repository = "https://github.com/Wilovy09/ADN" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "adn" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = [ "derive", "string", ] [dependencies.thiserror] version = "1.0" [dependencies.toml_edit] version = "0.22"