Skip to content

Commit 7a08830

Browse files
committed
Update Cargo.toml and Cargo.lock
1 parent f043687 commit 7a08830

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
name = "cbindgen"
33
version = "0.1.0"
44
authors = ["Jeff Muizelaar <[email protected]>", "Kartikaya Gupta <[email protected]>", "Ryan Hunt <[email protected]>"]
5+
homepage = "https://github.com/rlhunt/cbindgen/"
6+
repository = "https://github.com/rlhunt/cbindgen/"
7+
exclude = ["examples/**"]
58

69
[dependencies.syn]
710
version = "0.11.8"
811
features = ["full"]
9-
10-
[package]
11-
homepage = "https://github.com/rlhunt/cbindgen/"
12-
repository = "https://github.com/rlhunt/cbindgen/"
13-
exclude = ["examples/**"]

0 commit comments

Comments
 (0)