[package] name = "rust_3ds" version = "0.1.0" authors = ["Dario Bartussek "] edition = "2018" license = "MIT OR Apache-2.0" [lib] crate-type = ["staticlib"] [profile.dev] panic = "abort" opt-level = "s" [profile.release] panic = "abort" opt-level = "s" [dependencies] libctru = { path = "../libctru" }