diff --git a/Cargo.toml b/Cargo.toml index 801ed6e..3ef7ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files." authors = ["Rohesie "] keywords = ["byond", "dreammaker", "dmi", "spacestation13"] -homepage = "https://github.com/Rohesie/dmi" +homepage = "https://github.com/spacestation13/dmi" exclude = ["src/tests.rs", "tests/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..9291fa4 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# dmi + +A DMI library for [BYOND] written in Rust. Provides helpers to manipulate and produce DMI format files. + +[BYOND]: https://secure.byond.com/ \ No newline at end of file