Skip to content

Commit

Permalink
bump spectro for iatl logging, add env_logger and init
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Jun 10, 2024
1 parent 869f2ac commit 6ad7425
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 7 deletions.
52 changes: 45 additions & 7 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 @@ -19,6 +19,7 @@ taylor = { git = "https://github.com/ntBre/taylor" }
toml = "0.8.10"
rustc-hash = "1.1.0"
clap = { version = "4.5.0", features = ["derive"] }
env_logger = "0.11.3"

[dev-dependencies]
approx = "0.5.1"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ struct Args {
use spectro::{Output, Spectro};

fn main() -> Result<(), std::io::Error> {
env_logger::init();
let args = Args::parse();
if args.version {
println!("version: {}", version());
Expand Down

0 comments on commit 6ad7425

Please sign in to comment.