You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
288 B
12 lines
288 B
[package] |
|
name = "ctru-rs" |
|
version = "0.1.0" |
|
description = "A safe wrapper around smealum's ctrulib." |
|
authors = ["Ronald Kinard <furyhunter600@gmail.com>"] |
|
links = "ctru" |
|
build = "build.rs" |
|
license = "https://en.wikipedia.org/wiki/Zlib_License" |
|
|
|
[lib] |
|
name = "ctru" |
|
crate-type = ["rlib"]
|
|
|