Skip to content

Commit

Permalink
Merge pull request #5 from Amanse/config-new
Browse files Browse the repository at this point in the history
Rewrite config module
  • Loading branch information
Amanse authored Feb 28, 2024
2 parents f06483b + 785c3fe commit f586348
Show file tree
Hide file tree
Showing 13 changed files with 466 additions and 524 deletions.
88 changes: 22 additions & 66 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lib_reflect = { path = "./lib_reflect" }
clap = { version = "4.1.4", features = ["derive"] }
confy = "0.5.1"
console = "0.15.5"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# For `nix develop`:
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [cargo rustc rustfmt rust-analyzer];
nativeBuildInputs = with pkgs; [cargo rustc rustfmt rust-analyzer clippy];
shellHook = ''
export PATH="$PATH:/home/me/.cargo/bin"
'';
Expand Down
Loading

0 comments on commit f586348

Please sign in to comment.