fix: repo url

This commit is contained in:
DavidOnTop 2024-06-15 11:34:07 +02:00
parent 1f6c405469
commit ae519cbc14
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
7 changed files with 83 additions and 8 deletions

6
Cargo.toml Executable file → Normal file
View file

@ -6,13 +6,11 @@ license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
authors = ["DavidOnTop <me@davidon.top>"]
readme = "README.md"
repository = "https://git.davidon.top/binf.git"
repository = "https://git.davidon.top/public/binf.git"
documentation = "https://docs.rs/binf"
[workspace]
members = [
"macros"
]
members = ["macros"]
[dependencies]
binf_macros = { version = "1.1.1", path = "macros" }