Skip to content

Commit

Permalink
Fuzion Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bretheren committed Apr 12, 2024
1 parent 5205504 commit c8c6f91
Show file tree
Hide file tree
Showing 6 changed files with 510 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions packages/fuzion-utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[package]
name = "fuzion-utilities"
version = "0.8.0"
edition = "2021"
authors = ["Fuzion Works"]
description = "Interfaces for Fuzion Utilities"
license = "Apache-2.0"
repository = "https://github.com/FuzionWorks/fuzion-rs/tree/main/packages/fuzion-utilities"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cosmwasm-std = { workspace = true }
cosmwasm-schema = { workspace = true }
cw20 = { workspace = true }
fuzion-std = { path = "../fuzion-std", version = "0.8" }
schemars = { workspace = true }
serde = { workspace = true, default-features = false, features = ["derive"] }
Loading

0 comments on commit c8c6f91

Please sign in to comment.