swamp-attributes 0.2.20

small crate that handles attributes for the Swamp Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "source-map-node"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "887dcab6267ff08d124864e1e0c49170a6881cf49d4deb2d6a0109d72a083a3f"

[[package]]
name = "swamp-attributes"
version = "0.2.20"
dependencies = [
 "source-map-node",
]