[package] name = "neural_networks" version = "0.0.2" authors = ["Abhishek Kumar "] edition = "2018" repository = "https://github.com/abhishekiitd327/neural_networks" description = "A simple implementation of neural network library" license = "MIT" readme = "README.md" exclude = [ "dataset/*", ] [dependencies] rand = "0.8"