Skip to content

Commit

Permalink
add structure
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpidCrypto committed Sep 1, 2023
1 parent 969f21f commit bb21c75
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions xrplt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dependencies.xrpl-rust]
git = "https://github.com/sephynox/xrpl-rust.git"
branch = "dev"
6 changes: 3 additions & 3 deletions xrplt/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mod utils;
mod types;
mod books;
pub mod order_books;
pub mod trading_types;
pub mod utils;
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
3 changes: 3 additions & 0 deletions xrplt/src/trading_types/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pub mod arbitrage;
pub mod automated_market_maker;
pub mod market_maker;
2 changes: 0 additions & 2 deletions xrplt/src/types/mod.rs

This file was deleted.

0 comments on commit bb21c75

Please sign in to comment.