diff --git a/Cargo.toml b/Cargo.toml index 9d8f6bf..336bc96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "miller" version = "0.1.0" edition = "2024" +license = "MIT" +license-file = "LICENSE" [dependencies] ron = "0.9" diff --git a/README.adoc b/README.adoc index 4845872..ebc59ea 100644 --- a/README.adoc +++ b/README.adoc @@ -26,5 +26,3 @@ I figured, that since I already had to digitize every note, that I was required ** [ ] Most Frequent Play ** [ ] Least Frequent Play ** [ ] Most Effective Play (Greatest Terrain Gain given sufficient data) - -== License