Link command WIP

This commit is contained in:
2023-03-15 16:22:19 +01:00
parent 5fe8a29842
commit 1eaf759599
16 changed files with 500 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "alma"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"