dependencies
Details on crate dependencies
Dependencies
Declaring Dependencies
use bitsong_app::std::STORAGE;
use abstract_app::std::objects::dependency::StaticDependency;
const USB_DEP: StaticDependency = StaticDependency::new(STORAGE, &[">=0.6.9"]);const APP: MIPFSApp = MIPFSApp::new(STORAGE, MODULE_VERSION, None)
// ...
.with_dependencies(&[USB_DEP]);Dependency Installation
Module Dependency Assertion
Last updated