Skip to content

Commit 88d8db6

Browse files
committed
add homepage to cargo info
1 parent fe7f3eb commit 88d8db6

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

crates/notation_bevy/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_bevy"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/notation_bevy_utils/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_bevy_utils"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/notation_core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_core"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/notation_dsl/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_dsl"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/notation_fretted/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_fretted"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/notation_guitar/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_guitar"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/notation_midi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_midi"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/notation_model/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_model"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/notation_proto/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "notation_proto"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6+
homepage = "https://www.notation.fun"
67
repository = "https://github.com/notation-fun/notation"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)