Skip to content

Commit

Permalink
rename package to hem
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Feb 12, 2024
1 parent ce3af08 commit b5305b2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "ecaas"
name = "hem"
version = "0.1.0"
edition = "2021"

Expand Down
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
extern crate ecaas;
extern crate hem;

mod read_weather_file;

use clap::{Args, Parser};
use ecaas::read_weather_file::{weather_data_to_vec, ExternalConditions};
use ecaas::run_project;
use hem::read_weather_file::{weather_data_to_vec, ExternalConditions};
use hem::run_project;

#[derive(Parser, Default, Debug)]
#[clap(author, version, about, long_about = None)]
Expand Down

0 comments on commit b5305b2

Please sign in to comment.