Add missing repository and description fields to all manifests

This commit is contained in:
Filip Tibell 2024-05-12 14:32:39 +02:00
parent 6bc1fa2343
commit e0b9ceb86d
No known key found for this signature in database
13 changed files with 26 additions and 0 deletions

View file

@ -3,6 +3,8 @@ name = "lune-roblox"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Roblox library for Lune"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-datetime"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - DateTime"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-fs"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - FS"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-luau"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Luau"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-net"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Net"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-process"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Process"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-regex"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - RegEx"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-roblox"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Roblox"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-serde"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Serde"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-stdio"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Stdio"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std-task"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Task"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-std"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View file

@ -3,6 +3,8 @@ name = "lune-utils"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Utilities library for Lune"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"