add repo to Cargo.toml

This commit is contained in:
Simon Gardling 2022-03-02 17:14:25 -05:00
parent f2bd775262
commit 34e64366e6

View File

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"
license = "AGPL-3.0" license = "AGPL-3.0"
repository = "https://github.com/Titaniumtown/integral_site"
[lib] [lib]
crate-type=["cdylib"] crate-type=["cdylib"]