summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d2f3dd..e2fa275 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,9 @@ authors = ["Dario Bartussek <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
+[lib]
+crate-type = ["staticlib"]
+
[profile.dev]
panic = "abort"
opt-level = "s"
@@ -13,7 +16,5 @@ opt-level = "s"
panic = "abort"
opt-level = "s"
-[build-dependencies]
-cc = "1.0.67"
-
[dependencies]
+libctru = { git = "https://github.com/dbartussek/libctru-rs.git" }