Commit Graph

28 Commits

Author SHA1 Message Date
Dmitry Belyaev ba3609d3e4
cargo update 2023-12-05 18:25:49 +03:00
Dmitry Belyaev dfe4f5cca5
add README.md 2023-08-17 23:26:18 +03:00
Dmitry Belyaev a369fc5aee
use anyhow for error handling 2023-08-17 23:09:44 +03:00
Dmitry Belyaev 376c2f860c
add github workflows 2023-08-17 21:47:02 +03:00
Dmitry Belyaev 2ca9d39495
pre-commit config 2023-08-17 21:39:29 +03:00
Dmitry Belyaev b237bb4877
upd deps 2023-08-16 09:32:17 +03:00
Dmitry Belyaev aa3ba875dd
fix clippy warn
warning: the borrowed expression implements the required traits
2023-08-16 09:09:51 +03:00
Dmitry Belyaev 99f1b20fb5
Merge branch 'master' of github.com:b4tman/socks5ws 2023-07-11 10:27:50 +03:00
Dmitry Belyaev 119e9eef22
fix toml save/load 2023-07-11 10:21:43 +03:00
Dmitry Belyaev a516c777c3
upd deps 2023-07-11 10:20:33 +03:00
dependabot[bot] 8fe5ff178d Bump tokio from 1.24.1 to 1.24.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 13:22:01 +03:00
Dmitry Belyaev 62a3dc80b8
upd deps 2023-01-10 10:25:36 +03:00
Dmitry Belyaev 4d90d43f45
update deps 2022-09-29 11:16:17 +03:00
Dmitry Belyaev 065af6ed2d
add cmd serve 2022-09-29 10:58:42 +03:00
Dmitry Belyaev b10eca9688
remove mpsc::channel 2022-09-29 10:34:55 +03:00
Dmitry Belyaev b2f81ccc5b
refactor service + incoming stream 2022-09-28 15:01:48 +03:00
Dmitry Belyaev 60b6912b2c
log to stdout with info level 2022-09-28 14:56:22 +03:00
Dmitry Belyaev 93b49dff9e
add deps: async-stream 2022-09-28 14:52:37 +03:00
Dmitry Belyaev 10f6f71964 Create LICENSE 2022-09-26 23:04:59 +03:00
Dmitry Belyaev f3226046fd
fn create_logger() 2022-09-26 10:57:47 +03:00
Dmitry Belyaev b7791c0882
save config 2022-09-26 10:43:49 +03:00
Dmitry Belyaev 4a590c1f7f
+ profile.release 2022-09-25 17:52:34 +03:00
Dmitry Belyaev 37f89a3521
refactor main 2022-09-25 00:09:38 +03:00
Dmitry Belyaev 06d9373d4b
log async 2022-09-24 23:55:38 +03:00
Dmitry Belyaev 155e54baf0
log: add detailed_format 2022-09-24 23:35:54 +03:00
Dmitry Belyaev f65d24b57c
windows service 2022-09-24 21:13:00 +03:00
Dmitry Belyaev 7f6ddb0562
server_executor 2022-09-24 19:49:44 +03:00
Dmitry Belyaev 80b5fb67b9
Initial commit 2022-09-24 19:23:53 +03:00