Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ version = "0.1.0"
edition = "2021"

[dependencies]
lazy_static = "1.4.0"
bigdecimal = "0.3.0"
num-bigint = "0.4.3"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove that



chrono = "0.4.19"
log = "0.4.17"
ron = "0.7.0"
serde = "1.0.136"
simplelog = "0.12.0"
websocket = { version = "0.26.4", features = ["sync"] }
parser_combinator = { git = "https://github.com/ekinimo/Kirby", branch = 'main' }
parser_combinator = { git = "https://github.com/ekinimo/Kirby", branch = 'main' }
Loading