13 lines
363 B
TOML
13 lines
363 B
TOML
[package]
|
|
name = "minicpm-convert"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
publish = ["gitea"]
|
|
|
|
[dependencies]
|
|
minicpm-core = { path = "../minicpm-core", version = "0.1.2", registry = "gitea" }
|
|
burn = { version = "0.21", default-features = false, features = ["std"] }
|
|
memmap2 = "0.9"
|
|
anyhow = "1.0"
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] } |