Include license file in published crate (#871)

This commit is contained in:
Andrew Kane 2023-05-09 17:48:57 -07:00 committed by GitHub
parent f15da8772e
commit ae3b5844c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ license = "Apache-2.0"
include = [
"src/**/*.rs",
"Cargo.toml",
"LICENSE.TXT",
]
edition = "2021"