1 Star 0 Fork 1

刘荣飞/noxue-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘荣飞 提交于 2022-03-20 07:06 . 添加对 swift 和 汇编 的支持
[package]
edition = "2021"
name = "noxue-code"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = {version = "0.4", features = ["headers", "multipart"]}
chrono = "0.4"
dotenv = "0.15"
dotenv_codegen = "0.15"
headers = "0.3"
hex = "0.4"
http-body = "0.4.3"
hyper = "0.14"
jsonwebtoken = "8"
log = "0.4"
log4rs = "1"
once_cell = "1.9"
rand = "0.8"
redis = "0.21"
rust-crypto = "0.2"
serde = {version = "1.0", features = ["derive"]}
serde-xml-rs = "0.5"
serde_json = "1"
# sqlx = {version = "0.5.11", features = ["runtime-tokio-rustls", "mysql", "time", "chrono"]}
# noxue-compiler = "1.0.4"
noxue-compiler = {path = "/root/code/rust/noxue-compiler"}
tokio = {version = "1.0", features = ["full"]}
tower-http = {version = "0.2.0", features = ["cors", "fs"]}
tracing = "0.1"
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
urlencoding = "2"
uuid = {version = "0.8", features = ["serde", "v4"]}
regex="1"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dot2-com/noxue-code.git
git@gitee.com:dot2-com/noxue-code.git
dot2-com
noxue-code
noxue-code
main

搜索帮助