meta: initial commit (archival)
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "trying-complex-and-uom-and-matrices"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
nalgebra = "0.32.3"
|
||||
num = "0.4.1"
|
||||
num-complex = "0.4.4"
|
||||
uom = { version = "0.35.0", default-features = false, features = ["complex64", "si"] }
|
Reference in New Issue
Block a user