sectxtlib 0.0.1

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
[package]
name = "sectxtlib"
version = "0.0.1"
authors = ["eikendev"]
edition = "2018"
description = "A library for working with security.txt files"
homepage = "https://github.com/eikendev/sectxt"
repository = "https://github.com/eikendev/sectxt.git"
license = "ISC"

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