DEVELOPMENT ENVIRONMENT

~liljamo/gandalf

ref: 17ace9336bdbb5bc86438d7c4b5ff62028c31e1f gandalf/Cargo.toml -rw-r--r-- 317 bytes
17ace933Jonni Liljamo just keep force pushing this lol 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "gandalf"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2021"

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

[dependencies]
cpc = "1.9.2"

[dependencies.libtalma]
path = "../libtalma"
features = [ "tokio", "image" ]