Skip to content

Commit

Permalink
Merge pull request #390 from GiGainfosystems/master
Browse files Browse the repository at this point in the history
Exclude testdata from published crate
  • Loading branch information
stanislav-tkach authored Dec 11, 2024
2 parents ad36540 + 15ce4fb commit d824f1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions os_info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ categories = ["os"]
license = "MIT"
edition = "2018"
rust-version = "1.60"
include = [
"Cargo.toml",
"LICENSE",
"src/**/*.rs",
"README.md",
]

[features]
default = ["serde"]
Expand Down

0 comments on commit d824f1f

Please sign in to comment.