diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-10 19:25:25 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-10 19:25:25 +0200 |
| commit | 5ff507db2f6667a0305e2382037710f6082d75da (patch) | |
| tree | 94954bc8547e62ac8cbdbfd327d21712deb9fef2 /Cargo.toml | |
| parent | 63cfcbe7a7745b276de58ec92e0141b958c44feb (diff) | |
imlement native csv loader
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +csv = "1.3.0" dirs = "5.0.1" mlua = { version = "0.9.9", features = ["luajit"] } once_cell = "1.19.0" |