chore: update crate information for publish

This commit is contained in:
Paul Makles
2023-04-22 17:52:45 +01:00
parent ee56427cee
commit ae2a91dcf4
2 changed files with 7 additions and 8 deletions
+6 -6
View File
@@ -1,7 +1,10 @@
[package]
name = "optional_struct"
name = "revolt_optional_struct"
version = "0.2.0"
authors = ["Paul Lesur <paul.lesur@plesur.fr>"]
authors = [
"Paul Lesur <paul.lesur@plesur.fr>",
"Paul Makles <me@insrt.uk>"
]
description = """
Crate defining a macro that will generate, from a structure, another structure with only Option<T> fields
"""
@@ -9,13 +12,10 @@ readme = "README.md"
categories = ["config"]
keywords = ["macro", "configuration"]
license = "Apache-2.0"
repository = "https://github.com/pLesur/OptionalStruct"
repository = "https://github.com/revoltchat/OptionalStruct"
exclude = [".travis.yml"]
edition = "2021"
[badges]
travis-ci = { repository = "pLesur/OptionalStruct", branch = "master" }
[dependencies]
syn = "0.11.11"
quote = "0.3"
+1 -2
View File
@@ -10,8 +10,7 @@ This fork changes a few things:
# OptionalStruct
[![Build Status](https://travis-ci.org/pLesur/OptionalStruct.svg?branch=stable_channel)](https://travis-ci.org/pLesur/OptionalStruct)
[![Crates.io](https://img.shields.io/crates/v/optional_struct.svg)](https://crates.io/crates/optional_struct)
[![Crates.io](https://img.shields.io/crates/v/revolt_optional_struct.svg)](https://crates.io/crates/revolt_optional_struct)
## Goal