Skip to content

Commit

Permalink
Create Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jun 2, 2024
1 parent af3984b commit 37f73df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/cosmic_pi_network/neuromorphic_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[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"]

0 comments on commit 37f73df

Please sign in to comment.