summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-31 15:02:04 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-31 15:02:04 +0100
commit28d9d3130e06f31736a0e8cce26037c1c5612d94 (patch)
treee022538c0c86f3da70add398825e4f8fe85123d7 /README
parent1102b7dace09012087ca38d143788e5ae74ae2c5 (diff)
downloadexchange-28d9d3130e06f31736a0e8cce26037c1c5612d94.tar.gz
exchange-28d9d3130e06f31736a0e8cce26037c1c5612d94.tar.bz2
exchange-28d9d3130e06f31736a0e8cce26037c1c5612d94.zip
update README
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index ab27a88d..440294d9 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
-