Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Jul 16, 2024
1 parent e05cad2 commit 8f5895a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/hydroflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
clap = { version = "4.0.29", features = [ "derive" ] }
hydroflow = { git = "https://github.com/hydro-project/hydroflow" }
serde = { version = "1", features = [ "derive" ] }
chrono = { version = "0.4.20", features = [ "serde" ], default-features = true }
hydroflow = {{ hydroflow_dependency | default: '{ git = "https://github.com/hydro-project/hydroflow" }' }}
2 changes: 1 addition & 1 deletion template/hydroflow/cargo-generate.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[template]
ignore = [
"Cargo.lock",
]
]

0 comments on commit 8f5895a

Please sign in to comment.