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 e8c920b commit 69bb1e1Copy full SHA for 69bb1e1
crates/prof/Cargo.toml
@@ -10,7 +10,7 @@ repository.workspace = true
10
license.workspace = true
11
12
[dependencies]
13
-serde = { workspace = true, features = ["derive"] }
+serde = { workspace = true, features = ["derive", "std"] }
14
serde_json = { workspace = true }
15
clap = { workspace = true, features = ["derive"] }
16
eyre.workspace = true
0 commit comments