klamath-rs/Cargo.toml

16 lines
246 B
TOML
Raw Normal View History

2021-12-18 21:05:00 -08:00
[package]
2024-12-21 09:50:19 -08:00
name = "klamath_rs_ext"
2024-12-21 13:56:51 -08:00
version = "0.2.0"
2021-12-18 21:05:00 -08:00
authors = ["jan <jan@mpxd.net>"]
2022-05-08 16:41:43 -07:00
edition = "2021"
2021-12-18 21:05:00 -08:00
2024-12-21 09:50:19 -08:00
[lib]
name = "klamath_rs_ext"
crate-type = ["cdylib", "rlib"]
2021-12-18 21:05:00 -08:00
[dependencies]
byteorder = "^1"
2025-04-12 12:06:36 -07:00
arrow = {version = "^54", features = ["ffi"]}