Remove authors from Cargo metadata (see RFC 3052)

This commit is contained in:
Dirkjan Ochtman 2022-08-15 10:08:35 +02:00
parent 22fff673e6
commit b68655c17d
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
[package]
name = "instant-segment-py"
version = "0.1.4"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018"
license = "Apache-2.0"
workspace = ".."

View File

@ -1,7 +1,6 @@
[package]
name = "instant-segment"
version = "0.10.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018"
license = "Apache-2.0"
description = "Fast English word segmentation"