Skip to content

Commit 1d120d4

Browse files
committed
1.0.0-beta.1 release
1 parent 7d018f9 commit 1d120d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[package]
22
name = "code_location"
3-
version = "1.0.0-dev"
3+
version = "1.0.0-beta.1"
44
authors = ["Jonas Jebing <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
description = """
88
A library to automatically acquire a code location in a rust source code file.
99
"""
1010
edition = "2018"
11+
repository = "https://github.com/JonasJebing/rust_code_location"
12+
keywords = ["code", "source", "location", "line", "number"]
13+
categories = ["data-structures", "no-std"]

0 commit comments

Comments
 (0)