rawsql 0.2.0

A rust library for reusing SQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# deny.toml
[licenses]
# We want really high confidence when inferring licenses from text
confidence-threshold = 0.93
allow = [
    "MIT"
]

[sources]
unknown-registry = "deny"
unknown-git = "deny"

[advisories]