You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
354 B
20 lines
354 B
2 years ago
|
--- a/Cargo.toml
|
||
|
+++ b/Cargo.toml
|
||
|
@@ -15,6 +15,7 @@ name = "powierza-coefficient"
|
||
|
version = "1.0.2"
|
||
|
authors = ["micouy"]
|
||
|
include = [
|
||
|
+ "LICENSE",
|
||
|
"README.md",
|
||
|
"Cargo.toml",
|
||
|
"**/**.rs",
|
||
|
@@ -38,8 +39,5 @@ harness = false
|
||
|
|
||
|
[dependencies]
|
||
|
|
||
|
-[dev-dependencies.criterion]
|
||
|
-version = "0.3"
|
||
|
-
|
||
|
[dev-dependencies.strsim]
|
||
|
version = "0.10"
|