Initialize crate

This commit is contained in:
Ethan Girouard 2024-10-04 16:26:26 -04:00
parent 7d9096585f
commit 468874545d
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146
2 changed files with 13 additions and 0 deletions

7
Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ingest"
version = "0.1.0"

6
Cargo.toml Normal file
View File

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