Skip to content

Commit

Permalink
Merge pull request #25 from BinChengZhao/feature/migrate_to_poem
Browse files Browse the repository at this point in the history
Feature/migrate to poem
  • Loading branch information
BinChengZhao authored Oct 19, 2021
2 parents 8d48577 + ce0fbfc commit 54730fe
Show file tree
Hide file tree
Showing 59 changed files with 2,654 additions and 1,579 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ members = [
"delicate-scheduler",
"delicate-utils"
]

# TODO: This(casbin-patch) must be remove when upgrading to actix-web4.
[patch.crates-io]
casbin = { git = 'https://github.com/BinChengZhao/casbin-rs', branch = 'fix-casbin-v2.0.5-compile-bug' }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The rest of the overall indicators await bench.
The basic common usage of delicate is to quickly set up for the backend servers and executors. We split it into multiple simple steps to illustrate the delicate concepts and operations.

The source code installation requires:
* [rustc](https://www.rust-lang.org/tools/install) (minimum-supported version of `rustc` is **1.49**.)
* [rustc](https://www.rust-lang.org/tools/install) (minimum-supported version of `rustc` is **1.54**.)
* libmysqlclient-dev & libpq-dev & libssl-dev

### Setting up delicate
Expand Down
2 changes: 1 addition & 1 deletion README_zhCN.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ https://github.com/BinChengZhao/delicate)
我们把它分成多个简单的步骤来说明`Delicate`的概念和操作.

源码安装的依赖:
* [rustc](https://www.rust-lang.org/tools/install) (minimum-supported version of `rustc` is **1.49**.)
* [rustc](https://www.rust-lang.org/tools/install) (minimum-supported version of `rustc` is **1.54**.)
* libmysqlclient-dev & libpq-dev & libssl-dev

### 部署 delicate
Expand Down
15 changes: 8 additions & 7 deletions delicate-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sysinfo = "^0.16.5"
actix-web = "^3.3.2"
futures = "^0.3"
env_logger = "^0.8"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.62"
json = "^0.12.4"
anyhow = "^1.0.38"
async-lock = "^2.3.0"
dotenv = "^0.15.0"
env_logger = "^0.8"
futures = "^0.3"
json = "^0.12.4"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.62"
sysinfo = "^0.16.5"


delicate-utils = { path = "../delicate-utils" }
Loading

0 comments on commit 54730fe

Please sign in to comment.