Skip to content

Commit

Permalink
Implement DateTime Built-in Library (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev authored Sep 11, 2023
1 parent 3967c1e commit e2aef01
Show file tree
Hide file tree
Showing 17 changed files with 1,233 additions and 6 deletions.
144 changes: 138 additions & 6 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ reqwest = { version = "0.11", default-features = false, features = [
] }
tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] }

### DATETIME
chrono = "0.4.29"
chrono_lc = "0.1.3"
num-traits = "0.2.16"

### CLI

anyhow = { optional = true, version = "1.0" }
Expand Down
Loading

0 comments on commit e2aef01

Please sign in to comment.