Skip to content

Commit 9392f1f

Browse files
committed
update cargo.toml for publish
1 parent 85122d6 commit 9392f1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lockserver"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "A distributed lock server for coordinating access to shared resources."
66

@@ -12,7 +12,7 @@ homepage = "https://github.com/benliao/lockserver"
1212
readme = "README.md"
1313
keywords = ["distributed", "lock", "server", "synchronization", "concurrency"]
1414
categories = ["concurrency", "network-programming", "distributed"]
15-
exclude = [".github/*", "tests/*", "examples/*", "target/*", ".env", ".env.example"]
15+
exclude = [".github/*", "target/*", ".env.example"]
1616
rust-version = "1.85"
1717

1818
[badges]

0 commit comments

Comments
 (0)