mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 15:19:25 +00:00
update Cargo.toml to define library configuration and dependencies
This commit is contained in:
@@ -6,4 +6,11 @@ license = "GPL-3.0-or-later"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "A simple dataframe library"
|
description = "A simple dataframe library"
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "rustframe"
|
||||||
|
path = "src/lib.rs"
|
||||||
|
crate-type = ["cdylib", "lib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
chrono = "0.4.38"
|
||||||
|
rayon = "1.5"
|
||||||
|
Reference in New Issue
Block a user