Skip to content

Commit 38e43f3

Browse files
committed
chore: include only src files when packaging
1 parent e04458a commit 38e43f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ edition = "2021"
1515

1616
publish = false
1717

18+
include = [
19+
"Cargo.toml",
20+
"LICENSE",
21+
"src/**/*",
22+
]
23+
1824
[package.metadata.docs.rs]
1925
all-features = true
2026

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2020 Sean McArthur
1+
Copyright (c) 2018-2025 Sean McArthur
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)