adff7e6652
TUI to study flashcards in the terminal. Spaced repetition in the terminal. Inspired by Anki and uses a modified SM2 algorithm. Cards should be saved in TOML format.
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $NetBSD: cargo-depends.mk,v 1.1 2021/05/17 07:47:42 pin Exp $
|
|
|
|
CARGO_CRATE_DEPENDS+= autocfg-1.0.1
|
|
CARGO_CRATE_DEPENDS+= bitflags-1.2.1
|
|
CARGO_CRATE_DEPENDS+= cassowary-0.3.0
|
|
CARGO_CRATE_DEPENDS+= chrono-0.4.19
|
|
CARGO_CRATE_DEPENDS+= libc-0.2.81
|
|
CARGO_CRATE_DEPENDS+= num-integer-0.1.44
|
|
CARGO_CRATE_DEPENDS+= num-traits-0.2.14
|
|
CARGO_CRATE_DEPENDS+= numtoa-0.1.0
|
|
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.24
|
|
CARGO_CRATE_DEPENDS+= quote-1.0.8
|
|
CARGO_CRATE_DEPENDS+= redox_syscall-0.1.57
|
|
CARGO_CRATE_DEPENDS+= redox_termios-0.1.1
|
|
CARGO_CRATE_DEPENDS+= seahorse-1.1.1
|
|
CARGO_CRATE_DEPENDS+= serde-1.0.118
|
|
CARGO_CRATE_DEPENDS+= serde_derive-1.0.118
|
|
CARGO_CRATE_DEPENDS+= syn-1.0.55
|
|
CARGO_CRATE_DEPENDS+= termion-1.5.5
|
|
CARGO_CRATE_DEPENDS+= time-0.1.44
|
|
CARGO_CRATE_DEPENDS+= toml-0.5.8
|
|
CARGO_CRATE_DEPENDS+= tui-0.13.0
|
|
CARGO_CRATE_DEPENDS+= unicode-segmentation-1.7.1
|
|
CARGO_CRATE_DEPENDS+= unicode-width-0.1.8
|
|
CARGO_CRATE_DEPENDS+= unicode-xid-0.2.1
|
|
CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1
|
|
CARGO_CRATE_DEPENDS+= winapi-0.3.9
|
|
CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0
|
|
CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0
|