Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hanepjiv committed Dec 2, 2024
1 parent b0f7a76 commit d68d842
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ name = "elicit"
version = "0.12.3-alpha.2"
publish = false

keywords = ["utility"]
description = "SmartPointer-like structure for polymorphism."
keywords = ["utility"]
categories = ["rust-patterns"]
readme = "README.md"

include = [ "Cargo.toml",
"src/**/*.rs",
"README.md",
Expand All @@ -24,8 +26,8 @@ homepage.workspace = true
repository.workspace = true
# =============================================================================
[workspace.package]
rust-version = "1.83.0"
edition = "2021"
rust-version = "1.82.0"
authors = ["hanepjiv <[email protected]>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/elicit/"
Expand Down

0 comments on commit d68d842

Please sign in to comment.