Skip to content

Commit 9394065

Browse files
authored
Merge pull request #89 from zTgx/export-crates
chore: export crates
2 parents 1fce4a1 + b7bd560 commit 9394065

File tree

4 files changed

+22
-9
lines changed

4 files changed

+22
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solagent"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["zTgx <beautifularea@gmail.com>"]
66
repository = "https://github.com/zTgx/solagent.rs.git"

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636

3737
- **More...**
3838

39-
## 📦 Installation
40-
41-
```bash
42-
[dependencies]
43-
solagent = "0.1.8"
44-
```
45-
4639
## Quick Start
4740
```rust
4841
use std::sync::Arc;

src/lib.rs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,26 @@ use solana_sdk::{
6363
};
6464
pub use tools::*;
6565

66+
pub use ::helius;
67+
pub use anyhow;
68+
pub use async_trait;
69+
pub use base64;
70+
pub use bincode;
71+
pub use lazy_static;
72+
pub use mpl_token_metadata;
73+
pub use reqwest;
74+
pub use rig;
75+
pub use serde;
76+
pub use serde_json;
77+
pub use solana_account_decoder;
78+
pub use solana_client;
79+
pub use solana_program;
80+
pub use solana_sdk;
81+
pub use spl_associated_token_account;
82+
pub use spl_token;
83+
pub use spl_token_2022;
84+
pub use thiserror;
85+
6686
/// Represents the provider for the agent.
6787
/// ref: https://github.com/0xPlaygrounds/rig/tree/main/rig-core/src/providers
6888
// #[non_exhaustive]

0 commit comments

Comments
 (0)