Skip to content

Commit

Permalink
NLP added to vayu auto feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicalCow committed Mar 21, 2024
1 parent c06d5c5 commit b7e8c27
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 304 deletions.
149 changes: 148 additions & 1 deletion Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vayu"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Raghav Tirumale [email protected]"]
license = "MIT"
Expand All @@ -19,7 +19,10 @@ chrono = "0.4.31"
clap = { version = "4.4.12", features = ["derive"] }
colored = "2.1.0"
crossterm = "0.27.0"
event_parser = "0.1.1"
icalendar = "0.16.0"
indicatif = "0.17.7"
date_time_parser = "0.1.0"
rand = "0.8.5"
ratatui = "0.25.0"

Loading

0 comments on commit b7e8c27

Please sign in to comment.