diff --git a/Cargo.toml b/Cargo.toml index a60598c..08c1679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,10 @@ description = "Your Swiss Army knife for swiftly processing any amount of data. rust-version = "1.59" version = "0.1.0" edition = "2021" +license = "LGPL-3.0-or-later" +homepage = "https://github.com/Icelk/std-dev" +repository = "https://github.com/Icelk/std-dev" +exclude = ["data-samples"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 4a29c03..d18b2fe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Your Swiss Army knife for swiftly processing any amount of data. Implemented for industrial and educational purposes alike. -This codebase is well-documented and comments, in an effort to expose the wonderful algorithms of data analysis to the masses. +This codebase is well-documented and commented, in an effort to expose the wonderful algorithms of data analysis to the masses. We're ever expanding, but for now the following are implemented.