Merge pull request #21 from Magnus167/toml_update

Updating TOML, updating gitignore, archiving old workflow
This commit is contained in:
Palash Tyagi 2025-04-26 05:06:34 +01:00 committed by GitHub
commit 06f6f897a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ data/
*.log
*.pkl
.env
*.info
.venv/

View File

@ -1,8 +1,9 @@
[package]
name = "rustframe"
version = "0.0.1-a.0"
edition = "2024"
edition = "2021"
license = "GPL-3.0-or-later"
license-file = "LICENSE"
readme = "README.md"
description = "A simple dataframe library"
@ -12,4 +13,4 @@ path = "src/lib.rs"
crate-type = ["cdylib", "lib"]
[dependencies]
chrono = "0.4.38"
chrono = "^0.4.10"