update Cargo.toml

master
eater 4 years ago
parent a2aa0490e2
commit 3505a3ad58
Signed by: eater
GPG Key ID: AD2560A0F84F0759

@ -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"

@ -3,6 +3,7 @@ name = "tes3mp-test"
version = "0.1.0"
authors = ["eater <=@eater.me>"]
edition = "2018"
publish = false
[lib]
crate-type = ["staticlib", "cdylib"]

Loading…
Cancel
Save