Skip to content

Commit ec84d02

Browse files
committed
feat: re-export deps
1 parent 8b6a788 commit ec84d02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gradio"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
authors = ["Jacob Lin <jacob@csie.cool>"]
66
description = "Gradio Client in Rust."

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ pub mod sync;
99
pub use client::*;
1010
pub use data::*;
1111
pub use stream::*;
12+
13+
// re-export anyhow, serde, and tokio for convenience
14+
pub use anyhow;
15+
pub use serde;
16+
pub use tokio;

0 commit comments

Comments
 (0)