Skip to content

Commit

Permalink
Added metadata fields to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Jul 29, 2024
1 parent f74b587 commit 7ad2898
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ name = "memflow-registry"
version = "0.1.0"
authors = ["ko1N <[email protected]>", "Aurimas Blažulionis <[email protected]>"]
edition = "2021"
description = "docker-like registry server for memflow plugins"
documentation = "https://docs.rs/memflow-registry"
readme = "../README.md"
homepage = "https://memflow.github.io"
repository = "https://github.com/memflow/memflow-registry"
license = "MIT"
rust-version = "1.70.0"
keywords = [ "memflow", "introspection", "memory", "dma" ]
categories = [ "memory-management", "os" ]
rust-version = "1.74.0"

[dependencies]
# general
Expand Down

0 comments on commit 7ad2898

Please sign in to comment.