Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "xtld"
version = "0.0.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/3TiSite/rust.git"
homepage = "https://github.com/3TiSite/rust/tree/main/xtlde"
description = "xtld"

[dependencies]
psl = "2.1.4"
xstr = { version = "0.0.1", path = "../xstr" }

[dev-dependencies]

[features]