Skip to content

Commit 9a44184

Browse files
committed
Add required fields for publishing
1 parent d32bff5 commit 9a44184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "swift-precompiler"
33
description = "A precompiler for Swift that allows you to use additional macros, include files, and more."
44
version = "0.1.0"
55
edition = "2021"
6+
license = "MIT"
7+
documentation = "https://docs.rs/swift-precompiler"
8+
homepage = "https://github.com/ciderapp/swift-precompiler"
9+
repository = "https://github.com/ciderapp/swift-precompiler"
610

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

0 commit comments

Comments
 (0)