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 a0ac26b commit bf8e837Copy full SHA for bf8e837
Cargo.toml
@@ -24,4 +24,5 @@ rustfft = "6.1.0"
24
25
[lib]
26
name = "stochastic_rs"
27
-crate-type = ["cdylib"]
+crate-type = ["cdylib", "lib"]
28
+path = "src/lib.rs"
src/main.rs
@@ -0,0 +1,3 @@
1
+use stochastic_rs::processes::bm::bm;
2
+
3
+fn main() {}
0 commit comments