Skip to content

Commit

Permalink
Merge pull request #28 from rster2002/optimize-spawn-conditions
Browse files Browse the repository at this point in the history
Optimize spawn conditions
  • Loading branch information
rster2002 committed May 17, 2024
2 parents d2b150e + 4d49800 commit 96295c7
Show file tree
Hide file tree
Showing 6 changed files with 1,009 additions and 965 deletions.
35 changes: 35 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ log = "0.4.21"
notify = "6.1.1"
tokio = { version = "1.37.0", features = ["fs", "sync", "io-util"], default-features = false, optional = true }
async-mutex = { version = "1.4.0", optional = true }
strum = { version = "0.26.2", features = ["derive"] }

[dev-dependencies]
tokio-test = "0.4.4"
Expand Down
1 change: 1 addition & 0 deletions src/modules/exobiology/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pub mod models;
pub(crate) mod r#static;
1 change: 1 addition & 0 deletions src/modules/exobiology/static/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod species_spawn_conditions;
Loading

0 comments on commit 96295c7

Please sign in to comment.