2024-05-20 06:25:47 +02:00
|
|
|
[package]
|
|
|
|
name = "uriproxy"
|
2024-06-07 06:14:45 +02:00
|
|
|
version = "0.1.1"
|
2024-05-20 06:25:47 +02:00
|
|
|
edition = "2021"
|
|
|
|
authors = [ "alemi <me@alemi.dev>" ]
|
|
|
|
description = "internal upub crate to handle remote uris"
|
|
|
|
license = "MIT"
|
|
|
|
keywords = ["upub", "uri", "base64"]
|
|
|
|
repository = "https://moonlit.technology/alemi/upub"
|
|
|
|
|
|
|
|
[lib]
|
2024-05-31 21:30:22 +02:00
|
|
|
path = "lib.rs"
|
2024-05-20 06:25:47 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
base64 = "0.22"
|