From 21db04d8873355ee004f1d8570fc8b40775c9394 Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Sat, 24 Apr 2021 18:43:22 -0700 Subject: [PATCH] Org migration --- Cargo.toml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md 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