diff --git a/tes3mp-plugin/Cargo.toml b/tes3mp-plugin/Cargo.toml index 336e188..f2dd338 100644 --- a/tes3mp-plugin/Cargo.toml +++ b/tes3mp-plugin/Cargo.toml @@ -1,10 +1,7 @@ [package] name = "tes3mp-plugin" +description = "Stubs for creating a TES3MP server plugin" +homepage = "https://git.cijber.net/teamnwah/tes3mp-rs" version = "0.1.0" authors = ["eater <=@eater.me>"] -edition = "2018" - - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] +edition = "2018" \ No newline at end of file diff --git a/tes3mp-test/Cargo.toml b/tes3mp-test/Cargo.toml index 3444b50..b1713af 100644 --- a/tes3mp-test/Cargo.toml +++ b/tes3mp-test/Cargo.toml @@ -3,6 +3,7 @@ name = "tes3mp-test" version = "0.1.0" authors = ["eater <=@eater.me>"] edition = "2018" +publish = false [lib] crate-type = ["staticlib", "cdylib"]