summaryrefslogtreecommitdiffstats
path: root/build/rust/base64/Cargo.toml
blob: ce9fdc2836a7cd3dc5af9ba6194caf1cd5d354c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "base64"
version = "0.13.999"
edition = "2018"
license = "MPL-2.0"

[lib]
path = "lib.rs"

[dependencies.base64]
version = "0.21.0"