build: clarify description & add repository link in src-tauri/Cargo.toml

This commit is contained in:
rzmk 2024-02-20 11:06:41 -05:00
parent 474cd1427c
commit cf4eb123a5
No known key found for this signature in database

View file

@ -1,10 +1,10 @@
[package] [package]
name = "fformat" name = "fformat"
version = "0.1.0" version = "0.1.0"
description = "File format identifier." description = "Potential file content type identifier."
authors = ["rzmk"] authors = ["rzmk"]
license = "" license = ""
repository = "" repository = "https://github.com/rzmk/fformat"
edition = "2021" edition = "2021"
rust-version = "1.70" rust-version = "1.70"