You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [package]
- name = "rdbcc"
- version = "0.1.0"
- authors = ["donkey <anjingyu_ws@foxmail.com>"]
- license = "WTFPL 2"
- description = "RUST binding of dbcc library"
- repository = "http://39.105.213.233:3000/donkey/dbcc.git"
- edition = "2021"
- publish = false
- build = "build.rs"
- links = "dbcc"
-
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
- [dependencies]
- libc = ""
-
- [build-dependencies]
- dunce = "1.0.2"
-
- [lib]
- # Create static library only
- crate-type = ["staticlib"]
|