diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-09-07 01:03:46 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-09-07 01:03:46 -0400 |
commit | 31c907bf5ffc72e8eca53d8a3c49f24f8fa9b6c1 (patch) | |
tree | 80f0100da48d9b5b9885092389e7606ce04e58f9 | |
parent | 4753eaf79d5b0b0d740ca0a182744a8b67137a8c (diff) | |
download | clinte-31c907bf5ffc72e8eca53d8a3c49f24f8fa9b6c1.tar.gz |
updated
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | README.md | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE index 136bd1d..d4b27dd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Blake DeMarcy +Copyright (c) 2019 Ben Morrison Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 50e4fe2..c92943d 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,26 @@ This is very new, so feel free to hack on it in any way you please and submit a PR! I'll be working on it myself over the next several days to flesh it out. +## Notes + +`clinte` has roughly 60 library dependencies from the `rust` ecosystem. +Nevertheless, the binary remains only `3.5MB` in size as of `v0.4.1`. +For your information, the direct library dependencies of `clinte` are: +* `chrono >= 0.4` +* `clap >= 2.33` +* `lazy_static >= 1.4` +* `log >= 0.4` +* `rusqlite >= 0.20` +* `simplelog >= 0.7` +* `users >= 0.9` + +The indirect dependencies (dependencies of dependencies) are: + +`ansi_term, arrayref, arrayvec, atty, autocfg, backtrace, backtrace-sys, base64, +bitflags, blake2b_simd, byteorder, cc, cfg-if, cloudabi, constant_time_eq, +crossbeam-utils, dirs, dirs-sys, failure, failure_derive, fallible-iterator, +fallible-streaming-iterator, fuchsia-cprng, libc, libsqlite3-sys, linked-hash-map, +lru-cache, memchr, nodrop, num-integer, num-traits, pkg-config, proc-macro2, quote, +rand_core, rand_os, rdrand, redox_syscall, redox_users, rust-argon2, rustc-demangle, +strsim, syn, synstructure, term, textwrap, time, unicode-width, unicode-xid, vcpkg, +winapi, winapi-i686-pc-windows-gnu, winapi-x86_64-pc-windows-gnu` |