Skip to content

Commit

Permalink
feat: fix submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ts0yu authored Aug 27, 2024
1 parent a1150d0 commit c8f3f9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "src"
version = "0.1.0"
edition = "2021"

[dependencies]

[lib]
path = "lib.rs"
1 change: 1 addition & 0 deletions src/artifacts/PoolSwapTest.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/bin/cli.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fn main() {}

0 comments on commit c8f3f9b

Please sign in to comment.