taxi 0.4.1

Navigation library for Polyhorn.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "taxi"
version = "0.4.1"
authors = ["Tim <tim@glacyr.com>"]
edition = "2018"
license = "MIT"
description = "Navigation library for Polyhorn."
repository = "https://github.com/polyhorn/polyhorn/tree/crates/taxi"

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

[dependencies]
polyhorn = { path = "../polyhorn", version = "0.4.1" }
polyhorn-ui = { path = "../polyhorn-ui", version = "0.4.0" }
yoyo = { path = "../yoyo", version = "0.4.0" }