initial commit
This commit is contained in:
commit
a2922b8bad
59 changed files with 2684583 additions and 0 deletions
15
crates/source2rosetta-core/Cargo.toml
Normal file
15
crates/source2rosetta-core/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "source2rosetta-core"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "source2rosetta's deriver-free core: canonical gamedata model + format emitters (serde-only)"
|
||||
license = "AGPL-3.0-only"
|
||||
repository = "https://git.lo.sh/kamal/source2rosetta"
|
||||
readme = "README.md"
|
||||
authors = ["kamal"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
anyhow = "1"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue