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 4245627 commit c8ea77cCopy full SHA for c8ea77c
examples/custom_nodes/Cargo.toml
@@ -5,6 +5,8 @@ edition = "2021"
5
publish = false
6
7
[dependencies]
8
+# NOTE: For 3rd-party node libraries, only import the `firewheel-core`
9
+# crate instead of the full firewheel crate, as it is more stable.
10
firewheel = { path = "../../" }
11
log.workspace = true
12
atomic_float.workspace = true
0 commit comments