leo/examples/hello-world/Leo.toml

9 lines
151 B
TOML
Raw Normal View History

2020-09-14 03:13:14 +03:00
[project]
2020-08-19 08:58:14 +03:00
name = "hello-world"
version = "0.1.0"
description = "Returns the sum of two u32 integers"
license = "LICENSE-MIT"
2020-09-02 22:01:35 +03:00
[remote]
author = "aleo"