Skip to content

Commit

Permalink
Add missing Cargo.toml fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Jul 18, 2023
1 parent 2fea5b2 commit 9e70633
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
@@ -1,7 +1,12 @@
[package]
name = "binexp"
version = "0.1.0"
authors = ["Mircea Teodor Oprea <mircea@mirceaoprea.net>"]
license = "MIT"
repository = "https://github.com/Mirch/binexp"
edition = "2021"
rust-version = "1.68"
description = "A struct that represents power of two numbers."

[lib]
name = "binexp"
Expand Down

0 comments on commit 9e70633

Please sign in to comment.