Skip to content

Commit

Permalink
Merge pull request #27 from kanekoshoyu/test/network-latency
Browse files Browse the repository at this point in the history
Test/network latency
  • Loading branch information
kanekoshoyu authored Oct 7, 2023
2 parents 758cb50 + 9792449 commit 318859b
Show file tree
Hide file tree
Showing 24 changed files with 301 additions and 170 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
config.ini
log/*
.vscode/settings.json
config.toml
160 changes: 100 additions & 60 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
[package]
name = "kucoin_arbitrage"
version = "0.0.10"
version = "0.0.11"
edition = "2021"
authors = ["Sho Kaneko <kanekoshoyu@gmail.com>"]
description = "Event-Driven Kucoin Arbitrage Framework in Async Rust"
repository = "https://github.com/kanekoshoyu/kucoin_arbitrage"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
kucoin_api = "1.4.10"
log = "0.4"
fern = "0.6.2"
chrono = "0.4"
env_logger = "0.10.0"
rust-ini = "0.18"
lazy_static = "1.4"
futures = "0.3"
ordered-float = "3.6.0"
num-traits = "0.2.15"
serde = "1.0.188"
serde_derive = "1.0.188"
failure = "0.1.8"
toml = "0.8.2"
tokio = { version = "1.27.0", features = ["full"] }
rand = "0.8.5"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Sho Kaneko
Copyright (c) 2023 Sho Kaneko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 0 additions & 10 deletions config.ini.sample

This file was deleted.

Loading

0 comments on commit 318859b

Please sign in to comment.