23 lines
973 B
TOML
23 lines
973 B
TOML
[package]
|
|||
|
|
cjc-version = "1.1.3"
|
||
|
|
name = "orm"
|
||
|
|
organization = "simcu"
|
||
|
|
description = "SimApi 数据访问层 ORM(对齐 .NET EF Core:数据模型映射 + 增删改查 + 数据库迁移;多方言架构,内置 openGauss/PostgreSQL 方言)"
|
||
|
|
version = "1.0.0"
|
||
|
|
target-dir = ""
|
||
|
|
output-type = "static"
|
||
|
|
|
||
|
|
[target]
|
||
|
|
[target.x86_64-w64-mingw32]
|
||
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
||
|
|
[target.x86_64-w64-mingw32.bin-dependencies]
|
||
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|
||
|
|
[target.x86_64-unknown-linux-gnu]
|
||
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
||
|
|
[target.x86_64-unknown-linux-gnu.bin-dependencies]
|
||
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|
||
|
|
[target.aarch64-unknown-linux-gnu]
|
||
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
||
|
|
[target.aarch64-unknown-linux-gnu.bin-dependencies]
|
||
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|