Skip to content

Commit

Permalink
Flesh out Cargo.toml, get rid of release.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Feb 7, 2020
1 parent 52998ef commit 19eb743
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ version = "0.1.0"
authors = ["Bodil Stokke <bodil@bodil.org>"]
edition = "2018"
license = "LGPL-3.0+"
description = "Proc macros for vgtk"
repository = "https://github.com/bodil/vgtk"
documentation = "https://docs.rs/vgtk"
readme = "../README.md"
categories = ["gui"]
keywords = ["gtk"]
build = "build.rs"

[package.metadata.docs.rs]
all-features = true

[lib]
proc-macro = true

Expand Down
3 changes: 0 additions & 3 deletions release.toml

This file was deleted.

6 changes: 6 additions & 0 deletions vgtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ version = "0.1.0"
authors = ["Bodil Stokke <bodil@bodil.org>"]
edition = "2018"
license = "LGPL-3.0+"
description = "A declarative UI framework for GTK"
repository = "https://github.com/bodil/vgtk"
documentation = "https://docs.rs/vgtk"
readme = "../README.md"
categories = ["gui"]
keywords = ["gtk"]

[dependencies]
gio = "0.8.0"
Expand Down

0 comments on commit 19eb743

Please sign in to comment.