Skip to content

Commit

Permalink
Add b-variant stub
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Oct 26, 2024
1 parent 5e237bc commit 29d00be
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/move/research/red-black-map/variants/b/Move.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[addresses]
red_black_map = '_'

[dependencies.AptosFramework]
git = "https://github.com/aptos-labs/aptos-core.git"
rev = "mainnet"
subdir = "aptos-move/framework/aptos-framework"

[dev-addresses]
red_black_map = '0xabc'

[dev-dependencies]

[package]
authors = ["Econia Labs ([email protected])"]
name = "RedBlackMap"
upgrade_policy = "compatible"
version = "0.1.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module red_black_map::red_black_map {

use std::vector;

}

0 comments on commit 29d00be

Please sign in to comment.