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 0838840 commit afd6a45Copy full SHA for afd6a45
Cargo.toml
@@ -1,10 +1,8 @@
1
-[package]
2
-name = "PROJECT"
3
-version = "0.0.1"
4
-description = "DESCRIPTION"
+[workspace]
+resolver = "2"
+
+[workspace.package]
5
license = "MIT OR Apache-2.0"
6
-categories = []
7
-keywords = []
8
edition = "2021"
9
rust-version = "1.65.0" # MSRV
10
include = [
@@ -17,6 +15,17 @@ include = [
17
15
"examples/**/*"
18
16
]
19
+[package]
+name = "PROJECT"
20
+version = "0.0.1"
21
+description = "DESCRIPTION"
22
+categories = []
23
+keywords = []
24
+license.workspace = true
25
+edition.workspace = true
26
+rust-version.workspace = true
27
+include.workspace = true
28
29
[package.metadata.docs.rs]
30
all-features = true
31
rustdoc-args = ["--cfg", "docsrs"]
0 commit comments