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
290 B
12 lines
290 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://opensource.org/licenses/BSD-3-Clause" |
|
|
|
[lib] |
|
name = "ctru" |
|
crate-type = ["rlib"]
|
|
|