We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b93a45 commit cae49f2Copy full SHA for cae49f2
1 file changed
crates/oak_package/Cargo.toml
@@ -2,14 +2,17 @@
2
name = "oak_package"
3
version = "0.1.0"
4
description = """
5
-R package metadata: DESCRIPTION, NAMESPACE, and INDEX readers.
+R package metadata: DESCRIPTION, NAMESPACE, INDEX readers and Library cache.
6
"""
7
8
authors.workspace = true
9
edition.workspace = true
10
license.workspace = true
11
rust-version.workspace = true
12
13
+[features]
14
+testing = ["dep:tempfile"]
15
+
16
[lints]
17
workspace = true
18
@@ -28,7 +31,4 @@ workspace = true
28
31
optional = true
29
32
30
33
[dev-dependencies]
-tempfile.workspace = true
-
-[features]
34
-testing = ["dep:tempfile"]
+tempfile.workspace = true
0 commit comments