-
-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 681 Bytes
/
Cargo.toml
File metadata and controls
26 lines (23 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "examples"
publish = false # This is an example crate, so don't try to publish it.
authors.workspace = true
description.workspace = true
version.workspace = true
edition.workspace = true
readme.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
metadata.workspace = true
[dependencies]
RustQuant = { path = "../crates/RustQuant" }
plotly = { workspace = true }
time = { workspace = true }
rand = { workspace = true }
nalgebra = { workspace = true }
rand_distr = { workspace = true }
statrs = { workspace = true }
finitediff = { workspace = true }
pyo3 = { workspace = true }