mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:30:01 +00:00
17 lines
284 B
TOML
17 lines
284 B
TOML
[package]
|
|
name = "rustframe"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
license = "GPL-3.0-or-later"
|
|
readme = "README.md"
|
|
description = "A simple dataframe library"
|
|
|
|
[lib]
|
|
name = "rustframe"
|
|
path = "src/lib.rs"
|
|
crate-type = ["cdylib", "lib"]
|
|
|
|
[dependencies]
|
|
chrono = "0.4.38"
|
|
# rayon = "1.5"
|