Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jun 2, 2024
1 parent c653a3c commit e28347c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/cosmic_pi_network/neuromorphic_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
[package]
name = "neuromorphic_lib"
version = "0.1.0"
authors = ["Your Name <your@email.com>"]
edition = "2018"

[dependencies]
num-traits = "0.2.14"
rand = "0.8.3"
nalgebra = "0.24.0"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"

[lib]
name = "neuromorphic_lib"
path = "src/lib.rs"
crate-type = ["lib"]
ndarray = "0.15.3"
rand = "0.8.4"
polars = "0.22.0"

0 comments on commit e28347c

Please sign in to comment.