Initial commit

This commit is contained in:
2024-04-17 12:08:08 +02:00
commit 4d9cba3c11
26 changed files with 12352 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "sprocket-formulas"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bigdecimal = "0.4.2"
chrono = "0.4.31"
chrono-tz = "0.8.5"
regex = "1.10.2"
logos = "0.13.0"