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.
15 lines
301 B
15 lines
301 B
10 years ago
|
[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"
|
||
|
|
||
|
[lib]
|
||
|
name = "ctru"
|
||
|
crate-type = ["rlib"]
|
||
|
|
||
|
[dependencies.core]
|
||
|
git="https://github.com/hackndev/rust-libcore"
|