Skip to content

Instantly share code, notes, and snippets.

@deg4uss3r
Created February 27, 2020 23:14
Show Gist options
  • Save deg4uss3r/f82640812e3b6ac1f76546372376f106 to your computer and use it in GitHub Desktop.
Save deg4uss3r/f82640812e3b6ac1f76546372376f106 to your computer and use it in GitHub Desktop.
[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