diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..a2642c8 Binary files /dev/null and b/.DS_Store differ diff --git a/Cargo.lock b/Cargo.lock index a30a26b..8f2042c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,6 +390,24 @@ dependencies = [ "wasi 0.11.0+wasi-snapshot-preview1", ] +[[package]] +name = "github-assistant" +version = "0.1.0" +dependencies = [ + "chrono", + "crossterm 0.19.0", + "dotenv", + "futures", + "open", + "reqwest", + "serde", + "serde_json", + "termion", + "textwrap", + "tokio", + "tui", +] + [[package]] name = "h2" version = "0.3.16" @@ -964,24 +982,6 @@ dependencies = [ "winreg", ] -[[package]] -name = "rust-github-assistant" -version = "0.1.0" -dependencies = [ - "chrono", - "crossterm 0.19.0", - "dotenv", - "futures", - "open", - "reqwest", - "serde", - "serde_json", - "termion", - "textwrap", - "tokio", - "tui", -] - [[package]] name = "rustix" version = "0.36.9" diff --git a/Cargo.toml b/Cargo.toml index db9fa54..6a282a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "github-assistant" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["simon Busch "] description = "Keep track of your github assignments"