Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontella committed Mar 27, 2019
1 parent 0d8425d commit 1e20a84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
name = "mech-program"
version = "0.0.1"
authors = ["Corey Montella <corey@mech-lang.org>"]
description = "Organizes Mech cores into a coordinated program. Handles reading files, interfacing with libraries, and persisting changes top disk."
documentation = "https://mech-lang.org/page/learn/"
homepage = "https://mech-lang.org"
repository = "https://github.com/mech-lang/program"
keywords = ["mech", "language", "programming", "dataflow", "runtime"]
categories = ["science::robotics", "science", "game-engines"]
license = "Apache-2.0"
readme = "README.md"

[badges]
gitlab = { repository = "mech-lang/program", branch = "master" }
maintenance = { status = "actively-developed" }

[dependencies]
time = "0.1.39"
Expand Down

0 comments on commit 1e20a84

Please sign in to comment.