diff --git a/Cargo.toml b/Cargo.toml index bbc1c38..99de6ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bevnet" version = "0.1.0" edition = "2021" -license = "Apache-2.0" +license = "MIT OR Apache-2.0" description = "A library for networking in Bevy." authors = ["Tipragot "] keywords = ["bevy", "network", "game"] diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab3d098 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# BevNet +A crate that add networking to Bevy.