mirror of
https://github.com/stoatchat/rust-optional-struct.git
synced 2026-07-01 21:24:01 -04:00
chore: update crate information for publish
This commit is contained in:
+6
-6
@@ -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"
|
||||
|
||||
@@ -10,8 +10,7 @@ This fork changes a few things:
|
||||
|
||||
# OptionalStruct
|
||||
|
||||
[](https://travis-ci.org/pLesur/OptionalStruct)
|
||||
[](https://crates.io/crates/optional_struct)
|
||||
[](https://crates.io/crates/revolt_optional_struct)
|
||||
|
||||
## Goal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user