gurls-io 0.0.0

Gear URL Shortener (GURLS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gurls-io"
version = "0.0.0"
edition = "2021"
description = "Gear URL Shortener (GURLS)"
include = ["**/*.rs"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
path = "lib.rs"

[dependencies]
gstd = { workspace = true }
gear-core = { workspace = true }
gmeta = { workspace = true }
scale-info = { workspace = true }
parity-scale-codec = { workspace = true }