Commit graph

16 commits

Author SHA1 Message Date
3f5ae51a41 Add debug logging to connection 2023-01-21 14:05:42 +01:00
c1a970ae3c Re-add tokio-tungstenite tls feature
I'm not sure how to best leave this up to the user. Probably by cloning
those features? I'll have to have a look at what tokio-tungstenite does.
2023-01-21 01:25:03 +01:00
74423b6207 Add testbot example for Instance 2023-01-21 00:45:12 +01:00
0ea72259f6 Add bot feature and submodule 2023-01-21 00:08:03 +01:00
6916977a47 Rewrite conn module 2023-01-20 19:20:21 +01:00
58e39fa5bc Bump version to 0.2.0 2022-12-10 02:32:42 +01:00
5b9648271c Update dependencies 2022-12-10 02:32:42 +01:00
547256b842 Remove direct dependency on thiserror
Thiserror is still a transitive dependency due to tungstenite.
2022-10-23 13:33:45 +02:00
c54a16e1c8 Update dependencies 2022-10-23 02:41:49 +02:00
73949f56fc Reduce required features of future crate 2022-08-18 18:30:25 +02:00
cab82cf775 Remove dependency on rand 2022-08-18 18:28:56 +02:00
cfea721836 Add simple example bot named TestBot 2022-08-18 17:31:35 +02:00
f2cc06b147 Remove dependency on anyhow 2022-08-18 15:41:59 +02:00
c4bde36f40 Remove dependency on log 2022-08-18 15:23:04 +02:00
1495095fa8 Copy euph-api-related parts from cove
Also includes the required dependencies and some minor changes to the
module structure, as well as all the clippy and rustc warnings.
2022-08-18 00:46:16 +02:00
629ce3ceb9 Create project 2022-08-18 00:25:02 +02:00