-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonas Jebing
committed
May 22, 2020
1 parent
7d018f9
commit 1d120d4
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
[package] | ||
name = "code_location" | ||
version = "1.0.0-dev" | ||
version = "1.0.0-beta.1" | ||
authors = ["Jonas Jebing <noreply.jonas.8049@protonmail.com>"] | ||
license = "MIT OR Apache-2.0" | ||
readme = "README.md" | ||
description = """ | ||
A library to automatically acquire a code location in a rust source code file. | ||
""" | ||
edition = "2018" | ||
repository = "https://github.com/JonasJebing/rust_code_location" | ||
keywords = ["code", "source", "location", "line", "number"] | ||
categories = ["data-structures", "no-std"] |