Merge pull request #24 from Lokathor/re-license

add additional license options
This commit is contained in:
Lokathor 2020-07-24 06:41:48 -06:00 committed by GitHub
commit 2d41741f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
[package]
name = "bytemuck"
description = "A crate for mucking around with piles of bytes."
version = "1.3.1-alpha.0"
version = "1.3.0-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"
keywords = ["transmute", "bytes", "casting"]
categories = ["encoding", "no-std"]
edition = "2018"
license = "Zlib"
license = "Zlib OR Apache-2.0 OR MIT"
exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml", "/pedantic.bat"]
[package.metadata.docs.rs]