Lang change

This commit is contained in:
KD
2025-03-09 00:54:02 +00:00
parent f7720f151b
commit c4d636ee4d
10 changed files with 155 additions and 29 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "icarus-models"
version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"