File tree 8 files changed +40
-0
lines changed
8 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 2
2
name = " capybara-core"
3
3
version = " 0.0.1-alpha.1"
4
4
edition = " 2021"
5
+ license = " MIT"
6
+ readme = " README.md"
7
+ repository = " https://github.com/jjeffcaii/capybara"
8
+ homepage = " https://github.com/jjeffcaii/capybara"
9
+ description = " A reverse proxy in Rust, which is inspired from Nginx/OpenResty/Envoy."
10
+ include = [
11
+ " **/*.rs" ,
12
+ " Cargo.toml" ,
13
+ ]
5
14
6
15
[dev-dependencies ]
7
16
pretty_env_logger = " 0.5.0"
Original file line number Diff line number Diff line change
1
+ # Capybara Core
Original file line number Diff line number Diff line change 2
2
name = " capybara-etc"
3
3
version = " 0.0.1-alpha.1"
4
4
edition = " 2021"
5
+ license = " MIT"
6
+ readme = " README.md"
7
+ repository = " https://github.com/jjeffcaii/capybara"
8
+ homepage = " https://github.com/jjeffcaii/capybara"
9
+ description = " A reverse proxy in Rust, which is inspired from Nginx/OpenResty/Envoy."
10
+ include = [
11
+ " **/*.rs" ,
12
+ " Cargo.toml" ,
13
+ ]
5
14
6
15
[dev-dependencies ]
7
16
pretty_env_logger = " 0.5.0"
Original file line number Diff line number Diff line change
1
+ # Capybara Etc
Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ name = "capybara-util"
3
3
version = " 0.0.1-alpha.1"
4
4
edition = " 2021"
5
5
build = " build.rs"
6
+ license = " MIT"
7
+ readme = " README.md"
8
+ repository = " https://github.com/jjeffcaii/capybara"
9
+ homepage = " https://github.com/jjeffcaii/capybara"
10
+ description = " A reverse proxy in Rust, which is inspired from Nginx/OpenResty/Envoy."
11
+ include = [
12
+ " **/*.rs" ,
13
+ " Cargo.toml" ,
14
+ ]
6
15
7
16
[build-dependencies ]
8
17
string_cache_codegen = " 0.5"
Original file line number Diff line number Diff line change
1
+ # Capybara Util
Original file line number Diff line number Diff line change 2
2
name = " capybara"
3
3
version = " 0.0.1-alpha.1"
4
4
edition = " 2021"
5
+ license = " MIT"
6
+ readme = " README.md"
7
+ repository = " https://github.com/jjeffcaii/capybara"
8
+ homepage = " https://github.com/jjeffcaii/capybara"
9
+ description = " A reverse proxy in Rust, which is inspired from Nginx/OpenResty/Envoy."
10
+ include = [
11
+ " **/*.rs" ,
12
+ " Cargo.toml" ,
13
+ ]
5
14
6
15
[dev-dependencies ]
7
16
pretty_env_logger = " 0.5.0"
Original file line number Diff line number Diff line change
1
+ ../README.md
You can’t perform that action at this time.
0 commit comments