Created
February 27, 2020 23:14
-
-
Save deg4uss3r/f82640812e3b6ac1f76546372376f106 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "feat_name" | |
version = "0.1.0" | |
authors = ["degausser"] | |
edition = "2018" | |
[dependencies] | |
c = { version = "*", package = "libc", optional = true } | |
[features] | |
libc = ["c"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment