feat(crates): 发布 minicpm crates 到 Gitea Cargo Registry

This commit is contained in:
2026-07-01 15:45:58 +08:00
parent 69b37ced07
commit ccf362aa8a
5 changed files with 21 additions and 3 deletions
+2 -1
View File
@@ -2,9 +2,10 @@
name = "minicpm-convert"
version = "0.1.0"
edition = "2021"
publish = ["gitea"]
[dependencies]
minicpm-core = { path = "../minicpm-core" }
minicpm-core = { path = "../minicpm-core", version = "0.1.0", registry = "gitea" }
burn = { version = "0.21", features = ["std", "wgpu"] }
memmap2 = "0.9"
anyhow = "1.0"