add license

main
_ 2021-03-21 18:22:32 +00:00
parent 6f2c14670e
commit 3ff9c0f46c
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View File

@ -11,7 +11,7 @@ dependencies = [
[[package]]
name = "always_equal"
version = "0.1.0"
version = "1.0.0"
[[package]]
name = "ansi_term"

View File

@ -3,6 +3,7 @@ name = "always_equal"
version = "1.0.0"
authors = ["Trish"]
edition = "2018"
license = "AGPL-3.0"
description = "A wrapper for types that can't implement Eq"
repository = "https://github.com/ReactorScram/ptth"