Skip to content

Instantly share code, notes, and snippets.

@iwasaki-kenta
Last active July 24, 2019 07:50
Show Gist options
  • Save iwasaki-kenta/b615845cdfde856d2b5c8c957d2b3d97 to your computer and use it in GitHub Desktop.
Save iwasaki-kenta/b615845cdfde856d2b5c8c957d2b3d97 to your computer and use it in GitHub Desktop.
[package]
name = "chat"
version = "0.1.0"
authors = ["Kenta Iwasaki <kenta@perlin.net>"]
edition = "2018"
[profile.release]
lto = true
[lib]
crate-type = ["cdylib"]
[dependencies]
smart-contract = "0.2.0"
smart-contract-macros = "0.2.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment