Skip to content

Commit 6201c9b

Browse files
committed
chore(cargo): publish to crates.io
1 parent 9cbd142 commit 6201c9b

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,9 @@ homepage = "https://jamiemason.github.io/syncpack"
77
repository = "https://github.com/JamieMason/syncpack/tree/rust/main"
88
description = "Consistent dependency versions in large JavaScript Monorepos"
99
license = "MIT"
10-
keywords = [
11-
"npm",
12-
"yarn",
13-
"linter",
14-
"monorepo",
15-
"semver",
16-
"version-manager",
17-
"pnpm",
18-
"nx",
19-
"version-management",
20-
"turborepo",
21-
]
10+
keywords = ["monorepo", "npm", "pnpm", "semver", "turborepo"]
2211
readme = "./README.md"
23-
publish = false
12+
include = ["src/**/*.rs"]
2413

2514
[dependencies]
2615
async-trait = "0.1.88"

0 commit comments

Comments
 (0)