mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
s/toml_config/aquatic_toml_config/
This commit is contained in:
parent
8abdf702b7
commit
14a4c10546
27 changed files with 77 additions and 77 deletions
|
|
@ -22,4 +22,4 @@ num-format = "0.4"
|
|||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rand_distr = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
toml_config = "0.1.0"
|
||||
aquatic_toml_config = "0.1.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use serde::Deserialize;
|
||||
use toml_config::TomlConfig;
|
||||
use aquatic_toml_config::TomlConfig;
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, TomlConfig, Deserialize)]
|
||||
pub struct BenchConfig {
|
||||
|
|
@ -30,5 +30,5 @@ impl aquatic_cli_helpers::Config for BenchConfig {}
|
|||
mod tests {
|
||||
use super::BenchConfig;
|
||||
|
||||
::toml_config::gen_serialize_deserialize_test!(BenchConfig);
|
||||
::aquatic_toml_config::gen_serialize_deserialize_test!(BenchConfig);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue