summary refs log tree commit diff stats
path: root/Cargo.toml
blob: a4c35dc18e127580d898504749693958b9ed9f3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "datafu"
version = "0.0.1"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
license = "AGPL-3.0-or-later"
description = "A Rust library for extracting data from config objects and other arbitrary object graphs."
edition = "2015"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]