Ai
1 Star 1 Fork 0

PHPER Framework/phper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
jmjoy 提交于 2024-08-05 14:54 +08:00 . Upgrade MSRV and dependencies (#157)
# Copyright (c) 2022 PHPER Framework Team
# PHPER is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan
# PSL v2. You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
# KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
# NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
[workspace]
resolver = "2"
members = [
"phper",
"phper-alloc",
"phper-build",
"phper-macros",
"phper-sys",
"phper-test",
"phper-doc",
# internal
"examples/*",
"tests/integration",
]
[workspace.package]
version = "0.13.1"
authors = ["PHPER Framework Team", "jmjoy <jmjoy@apache.org>"]
edition = "2021"
license = "MulanPSL-2.0"
repository = "https://github.com/phper-framework/phper"
rust-version = "1.79"
[workspace.dependencies]
phper = { version = "0.13.1", path = "./phper" }
phper-alloc = { version = "0.13.1", path = "./phper-alloc" }
phper-build = { version = "0.13.1", path = "./phper-build" }
phper-macros = { version = "0.13.1", path = "./phper-macros" }
phper-sys = { version = "0.13.1", path = "./phper-sys" }
phper-test = { version = "0.13.1", path = "./phper-test" }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/phper-framework/phper.git
git@gitee.com:phper-framework/phper.git
phper-framework
phper
phper
master

搜索帮助