Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
Maar-io committed Jul 13, 2023
1 parent 7dbc4ea commit a736d04
Show file tree
Hide file tree
Showing 7 changed files with 1,221 additions and 76 deletions.
20 changes: 20 additions & 0 deletions frame/deepmind/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[package]
description = "Frontier Deep Mind Implementations"
name = "deepmind"
version = "0.0.1"
authors = ["dfuse Developers <developers@dfuse.io>"]
edition = "2018"

[dependencies]
ethereum-types = { workspace = true }
rustc-hex = "2.1.0"
serde = "1.0"
serde_json = "1.0"
ethereum = { workspace = true, features = ["with-codec"] }
fp-ethereum = { workspace = true }
frame-support = { workspace = true }
scale-info = { workspace = true }
sp-std = { workspace = true }

[features]
default = []

0 comments on commit a736d04

Please sign in to comment.