Sebastian Hugentobler
dac95b7dae
During that process, many shortcomings with the socket server and the bank lib were fixed. I am aware a massive commit like this is not ideal.
11 lines
193 B
TOML
11 lines
193 B
TOML
[package]
|
|
name = "socket-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bank = { path = "../bank" }
|
|
anyhow = "1.0.55"
|
|
log = "0.4.14"
|
|
pretty_env_logger = "0.4.0"
|
|
thiserror = "1.0.30" |