Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 586239d

Browse files
author
Gerry Agbobada
committed
Fix last details for initial release
1 parent 1da8a6d commit 586239d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.1.0"
44
edition = "2021"
55
repository = "https://github.com/gagbo/am_list"
66
authors = ["Gerry Agbobada <[email protected]>"]
7+
description = "A tree-sitter command line tool to list functions marked with Autometrics annotations"
8+
homepage = "https://autometrics.dev"
9+
license = "MIT"
710

811
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
912

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ autometricized.
99
The analysis is powered by Tree-sitter, and all the specific logic is contained
1010
in TS queries that are specific for each language implementation.
1111

12-
## Current POC state
12+
## Current state
1313

1414
Given this (edited for simplicity) example file, where some functions
1515
have the autometrics annotation:

0 commit comments

Comments
 (0)