mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Only include necessary files in the Cargo package
LICENSE isn't strictly necessary to use libloot as a Cargo dependency, but the code should be distributed with its license.
This commit is contained in:
@@ -7,6 +7,14 @@ repository.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
rust-version.workspace = true
|
||||
include = [
|
||||
"/src/**/*.rs",
|
||||
"/build.rs",
|
||||
"/Cargo.lock",
|
||||
"/Cargo.toml",
|
||||
"/LICENSE",
|
||||
"/README.md",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
crc32fast = "1"
|
||||
|
||||
Reference in New Issue
Block a user