Skip to content

Commit 1bca946

Browse files
author
Hendrik van Antwerpen
committed
Add fields to crate manifest
1 parent a94431a commit 1bca946

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

crates/bpe/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "bpe"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2021"
5+
description = "Fast byte-pair encoding implementation."
6+
repository = "https://github.com/github/rust-gems"
7+
license = "MIT"
8+
keywords = ["tokenizer", "algorithm", "encoding", "bpe"]
9+
categories = ["algorithms", "data-structures", "encoding", "science"]
510

611
[lib]
712
crate-type = ["lib", "staticlib"]

0 commit comments

Comments
 (0)