diff --git a/Cargo.toml b/Cargo.toml index c7a040fa..1699eb29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["media"] authors = [ "Temirkhan Myrzamadi ", "Waffle Lapkin ", - "p0lunin (https://github.com/p0lunin)", + "p0lunin ", "Mishko torop'izhko (https://github.com/nextel)", "Mr-Andersen (https://github.com/Mr-Andersen)", "Sergey Levitin ", diff --git a/teloxide-macros/Cargo.toml b/teloxide-macros/Cargo.toml index cd38ba15..d5fc8944 100644 --- a/teloxide-macros/Cargo.toml +++ b/teloxide-macros/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "teloxide-macros" version = "0.1.0" +description = "The teloxide's macros for internal usage" authors = ["p0lunin "] +license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -11,4 +13,4 @@ quote = "1.0.2" syn = "1.0.13" [lib] -proc-macro = true \ No newline at end of file +proc-macro = true