# 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 = "code-lines" version = "0.1.3" authors = ["Nil Ventosa "] description = "A library to fetch lines of code of different languages" homepage = "https://github.com/nilventosa/code-lines" readme = "README.md" keywords = [ "code", "lines", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nilventosa/code-lines" [dependencies.glob] version = "0.3.0" [dependencies.rand] version = "0.8.5"