We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04458a commit 38e43f3Copy full SHA for 38e43f3
Cargo.toml
@@ -15,6 +15,12 @@ edition = "2021"
15
16
publish = false
17
18
+include = [
19
+ "Cargo.toml",
20
+ "LICENSE",
21
+ "src/**/*",
22
+]
23
+
24
[package.metadata.docs.rs]
25
all-features = true
26
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2018-2020 Sean McArthur
+Copyright (c) 2018-2025 Sean McArthur
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
0 commit comments