sugar-cli 2.9.1

Command line tool for creating and managing Metaplex Candy Machines.
1
2
3
4
5
6
7
8
pub mod aws;
pub mod bundlr;
pub mod pinata;
pub mod sdrive;

pub use aws::*;
pub use bundlr::*;
pub use sdrive::*;