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.
|
|
|
[package]
|
|
|
|
name = "ctru-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
authors = ["Ronald Kinard <furyhunter600@gmail.com>"]
|
|
|
|
license = "https://en.wikipedia.org/wiki/Zlib_License"
|
|
|
|
links = "ctru"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = { version = "0.2.121", default-features = false }
|
|
|
|
doxygen-rs = { git = "https://github.com/Techie-Pi/doxygen-rs.git", version = "0.2.1", rev = "b941e17672852dd555dd293a5d85e8a346c5c6a9", optional = true }
|
|
|
|
|
|
|
|
[features]
|
|
|
|
build-binary = ["doxygen-rs"]
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "docstring-to-rustdoc"
|
|
|
|
required-features = ["build-binary"]
|