Decide to use Apache 2.0 license, add file and update Cargo.toml's

This commit is contained in:
Joakim Frostegård 2020-04-20 16:54:43 +02:00
parent db09538037
commit 352f571c42
8 changed files with 211 additions and 2 deletions

View file

@ -3,6 +3,7 @@ name = "bittorrent_udp"
version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
[dependencies]
byteorder = "1"