Skip to content

Commit cae49f2

Browse files
committed
Revert a bit more
1 parent 3b93a45 commit cae49f2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

crates/oak_package/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
name = "oak_package"
33
version = "0.1.0"
44
description = """
5-
R package metadata: DESCRIPTION, NAMESPACE, and INDEX readers.
5+
R package metadata: DESCRIPTION, NAMESPACE, INDEX readers and Library cache.
66
"""
77

88
authors.workspace = true
99
edition.workspace = true
1010
license.workspace = true
1111
rust-version.workspace = true
1212

13+
[features]
14+
testing = ["dep:tempfile"]
15+
1316
[lints]
1417
workspace = true
1518

@@ -28,7 +31,4 @@ workspace = true
2831
optional = true
2932

3033
[dev-dependencies]
31-
tempfile.workspace = true
32-
33-
[features]
34-
testing = ["dep:tempfile"]
34+
tempfile.workspace = true

0 commit comments

Comments
 (0)