Skip to content

Commit

Permalink
Add include list to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Sep 11, 2020
1 parent 5d50f33 commit 514d7f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Expand Up @@ -10,6 +10,20 @@ homepage = "https://github.com/nvzqz/fruity"
documentation = "https://docs.rs/fruity"
categories = ["api-bindings", "development-tools::ffi", "os"]
keywords = ["apple", "cocoa", "objc", "foundation", "uikit"]
include = [
# Manifest
"Cargo.toml",

# Source files
"src",
"tests",
"examples",

# Documents
"README*",
"CHANGELOG*",
"LICENSE*",
]

[features]
# Libraries and frameworks
Expand Down

0 comments on commit 514d7f1

Please sign in to comment.