dev
Added training, rename neuron_input_cfg
Renamed Network to NeuralNetwork
Changed project structure. Using tokio for implementing concurrent multitasking
Use RefCell to simplify borrowing the components. Added ability to connect to components from other neuron. Added error on short loop when connect to self. Added fixtures for components. Removed mocks.