mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
update Cargo.toml to define library configuration and dependencies
This commit is contained in:
parent
45b01ad096
commit
4605208efd
@ -6,4 +6,11 @@ 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user