Async client for the Kite Connect WebSocket API
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ops: release prep for 0.1.1

+2 -2
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 authors = ["Kaushik Chakraborty <git@kaushikc.org>"] 3 3 name = "kiteticker-async" 4 - version = "0.1.0" 4 + version = "0.1.1" 5 5 edition = "2021" 6 6 license = "Apache-2.0" 7 7 readme = "README.md"
+1 -1
README.md
··· 30 30 31 31 ``` 32 32 [dependencies] 33 - kiteticker-async = "0.1.0" 33 + kiteticker-async = "0.1.1" 34 34 ``` 35 35 36 36 ## Example