添加 Justfile 相关库,简化项目启动流程
This commit is contained in:
@ -41,3 +41,9 @@ url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||
priority = "primary"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"rust-just (>=1.43.0,<2.0.0)"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user