summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index ab27a88d3..440294d96 100644
--- a/README
+++ b/README
@@ -4,11 +4,15 @@ src/include/
-- installed headers for public APIs
src/util/
- -- common utility functions (to be ideally eliminated)
+ -- common utility functions (currency representation,
+ Taler-specific cryptography, Taler-specific json
+ support)
+
+src/pq/
+ -- Postgres-specific utility functions
src/mint/
-- taler mint server and helper binaries
src/lib/
-- libtalermint: C API to issue HTTP requests to mint, including testcases
-