1234567891011121314151617181920212223 |
- [package]
- name = "libimagnotes"
- version = "0.1.0"
- authors = ["Matthias Beyer <mail@beyermatthias.de>"]
- [dependencies]
- semver = "0.2"
- log = "0.3"
- toml = "0.1.25"
- [dependencies.libimagstore]
- path = "../libimagstore"
- [dependencies.libimagerror]
- path = "../libimagerror"
- [dependencies.libimagrt]
- path = "../libimagrt"
- [dependencies.libimagentrytag]
- path = "../libimagentrytag"
|