35 lines
1.9 KiB
TOML
35 lines
1.9 KiB
TOML
|
|
[package]
|
||
|
|
cjc-version = "1.0.0"
|
||
|
|
name = "mossAi"
|
||
|
|
description = "nothing here"
|
||
|
|
version = "1.0.0"
|
||
|
|
target-dir = "dist"
|
||
|
|
src-dir = "src"
|
||
|
|
output-type = "executable"
|
||
|
|
compile-option = ""
|
||
|
|
override-compile-option = ""
|
||
|
|
link-option = ""
|
||
|
|
package-configuration = { }
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
mysql = {git = "https://gitcode.com/Cangjie-SIG/mysql-driver.git", branch="master"}
|
||
|
|
httpclient4cj = {git = "https://gitcode.com/Cangjie-TPC/httpclient4cj.git", branch="develop"}
|
||
|
|
|
||
|
|
[target]
|
||
|
|
[target.aarch64-linux-ohos]
|
||
|
|
compile-option = "-B \"${DEVECO_CANGJIE_HOME}/compiler/third_party/llvm/bin\" -B \"${DEVECO_CANGJIE_HOME}/musl/usr/lib/aarch64-linux-ohos\" -L \"${DEVECO_CANGJIE_HOME}/musl/usr/lib/aarch64-linux-ohos\" -L \"${DEVECO_CANGJIE_HOME}/build/linux_ohos_aarch64_llvm/openssl\" --sysroot \"${DEVECO_CANGJIE_HOME}/musl\""
|
||
|
|
[target.aarch64-linux-ohos.bin-dependencies]
|
||
|
|
path-option = [ "${AARCH64_LIBS}", "${AARCH64_MACRO_LIBS}", "${AARCH64_KIT_LIBS}" ]
|
||
|
|
[target.aarch64-linux-ohos.bin-dependencies.package-option]
|
||
|
|
[target.x86_64-linux-ohos]
|
||
|
|
compile-option = "-B \"${DEVECO_CANGJIE_HOME}/compiler/third_party/llvm/bin\" -B \"${DEVECO_CANGJIE_HOME}/musl/usr/lib/x86_64-linux-ohos\" -L \"${DEVECO_CANGJIE_HOME}/musl/usr/lib/x86_64-linux-ohos\" -L \"${DEVECO_CANGJIE_HOME}/build/linux_ohos_x86_64_llvm/openssl\" --sysroot \"${DEVECO_CANGJIE_HOME}/musl\""
|
||
|
|
[target.x86_64-linux-ohos.bin-dependencies]
|
||
|
|
path-option = [ "${X86_64_OHOS_LIBS}", "${X86_64_OHOS_MACRO_LIBS}", "${X86_64_OHOS_KIT_LIBS}" ]
|
||
|
|
[target.x86_64-unknown-windows-gnu]
|
||
|
|
[target.x86_64-unknown-windows-gnu.bin-dependencies]
|
||
|
|
path-option = [ "${X86_64_LIBS}", "${X86_64_MACRO_LIBS}" ]
|
||
|
|
[target.x86_64-unknown-windows-gnu.bin-dependencies.package-option]
|
||
|
|
[target.x86_64-w64-mingw32]
|
||
|
|
[target.x86_64-w64-mingw32.bin-dependencies]
|
||
|
|
path-option = ["D:\\cangjie\\modules\\windows_x86_64_llvm\\stdx\\dynamic\\stdx"]
|