aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f026c1c..0316b5c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "ctru-rs"
-version = "0.1.0"
+version = "0.2.0"
description = "A safe wrapper around smealum's ctrulib."
-authors = ["Ronald Kinard <[email protected]>"]
+authors = ["Ronald Kinard <[email protected]>"]
links = "ctru"
build = "build.rs"
license = "https://en.wikipedia.org/wiki/Zlib_License"
@@ -10,3 +10,6 @@ license = "https://en.wikipedia.org/wiki/Zlib_License"
[lib]
name = "ctru"
crate-type = ["rlib"]
+
+[dependencies]
+ctru-sys = { path = "ctru-sys" }