We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29dac9 commit 1e47157Copy full SHA for 1e47157
splashsurf_lib/Cargo.toml
@@ -13,6 +13,13 @@ homepage = "https://github.com/w1th0utnam3/splashsurf"
13
repository = "https://github.com/w1th0utnam3/splashsurf"
14
documentation = "https://docs.rs/splashsurf_lib"
15
16
+[package.metadata.docs.rs]
17
+# Build with all features to properly document everything
18
+all-features = true
19
+# Build only for a single target as this crate does not have any platform specific behavior
20
+default-target = "x86_64-unknown-linux-gnu"
21
+targets = []
22
+
23
# Ignore the tests (especially the test mesh files) for publishing
24
exclude = [
25
"tests/*",
0 commit comments