mirror of
https://gitlab.com/orbital-debris-research/directed-study/report-1.git
synced 2025-08-13 16:51:32 +00:00
parsed and compiled data
This commit is contained in:
11
parser/Cargo.toml
Normal file
11
parser/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "parser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
scan_fmt = "0.2.6"
|
||||
csv = "1.1.6"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
Reference in New Issue
Block a user