Skip to content

Commit

Permalink
Add missing repository and description fields to all manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed May 12, 2024
1 parent 6bc1fa2 commit e0b9ceb
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/lune-roblox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-roblox"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Roblox library for Lune"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-datetime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-datetime"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - DateTime"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-fs"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - FS"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-luau/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-luau"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Luau"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-net"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Net"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-process"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Process"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-regex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-regex"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - RegEx"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-roblox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-roblox"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Roblox"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-serde"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Serde"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-stdio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-stdio"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Stdio"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std-task"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Task"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-std"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 2 additions & 0 deletions crates/lune-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "lune-utils"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Utilities library for Lune"

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit e0b9ceb

Please sign in to comment.