sectxtlib 0.1.0

A library for working with security.txt files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sectxtlib"
version = "0.1.0"
authors = ["eikendev"]
edition = "2021"
description = "A library for working with security.txt files"
homepage = "https://github.com/eikendev/sectxt"
repository = "https://github.com/eikendev/sectxt.git"
readme = "README.md"
license = "ISC"

[dependencies]
chrono = ">=0.4.10"
iref = ">=1.1"
nom = ">=5.1.2"
oxilangtag = ">=0.1.0"
thiserror = ">=1.0"