diff options
| author | Joey Sacchini <joey@sacchini.net> | 2020-09-30 11:09:10 -0400 |
|---|---|---|
| committer | Joey Sacchini <joey@sacchini.net> | 2020-09-30 11:09:10 -0400 |
| commit | 3c107787710f38de8baac879b7ef1e1fe8a13840 (patch) | |
| tree | 716896db852b0d2e4c2a37405cf01cee13077cc0 | |
| parent | 96e21585062b25f2be1707b0a599876aca4beaf2 (diff) | |
| download | mcproto-rs-3c107787710f38de8baac879b7ef1e1fe8a13840.tar.gz mcproto-rs-3c107787710f38de8baac879b7ef1e1fe8a13840.tar.bz2 mcproto-rs-3c107787710f38de8baac879b7ef1e1fe8a13840.zip | |
fix crate name
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [package] -name = "mc-proto-rs" +name = "mcproto-rs" version = "0.1.0" authors = ["Joey Sacchini <joey@sacchini.net>"] edition = "2018" |
