diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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" } |