Initialize crate

This commit is contained in:
2024-10-04 16:26:26 -04:00
parent 7d9096585f
commit 468874545d
2 changed files with 13 additions and 0 deletions

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "ingest"
version = "0.1.0"
edition = "2021"
[dependencies]